Click to See Complete Forum and Search --> : how2: test php without uploading to server


Daria
12-04-2003, 03:23 PM
Sorry, I cannot search, since php is a 3-letter word.
Can one test php without actually loading it to the server? such a pain on the behind to see if every little time I change something the script is still working.....

pyro
12-04-2003, 04:02 PM
You'll have to set up a testing server with PHP installed. It's really not that hard. I use Apache on my computer, but for beginners, I've found that they have an easier time with Abyss Web Server (http://www.aprelium.com/abyssws/index.html). They also have a page (http://www.aprelium.com/abyssws/php.html) explaining how to get PHP running with that server.

Daria
12-05-2003, 08:33 AM
Thanks, pyro.
D.

pyro
12-05-2003, 09:04 AM
Sure thing...:)