PDA

View Full Version : How do I run PHP locally?



Super8
September 15th, 2001, 11:41
I would like to test my php pages on my computer instead of uploading to a host each time for testing and tinkering.
What is the best program or software to download?
Thx.

roblev
September 15th, 2001, 14:12
First of all, I am running Win98SE. For my dev computer, i use Microsoft Personal Web Server, PHP (from http://www.php.net ), mysql, etc. Then I would connect to http://localhost/.

You should figure out how. PWS comes on the Win98 CD. All versions.

Satelk
September 15th, 2001, 14:21
You can download PHPTriad (http://sourceforge.net/projects/phptriad/)
It installs Apache, PHP, Perl and MySQL very easily.

sp0radic
September 15th, 2001, 18:09
Originally posted by satelk
You can download PHPTriad (http://sourceforge.net/projects/phptriad/)
It installs Apache, PHP, Perl and MySQL very easily.

I use this too. It's really good. Download it. Plus this will only work if your running Windows.

roblev
September 15th, 2001, 18:32
Hmmm, I may take a look at that!