Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to test php
Name: billybob013 Date: September 22, 2004 at 21:01:06 Pacific OS: win xp CPU/Ram: P41.6 512MB
Comment:
what is the easist way i can test the php that i write?
Name: Dr. Nick Date: September 23, 2004 at 01:15:06 Pacific
Reply:
Run it on a webserver.
If you feel comfortable opening a few security risks (no big deal as long as you've got an updated system) you can just install and use IIS which comes with XP Pro. Then download the PHP installer from PHP.net.
Or, if you want more of a challenge, download and install the Apache webserver for Windows, then install the PHP module.
Google would point you to tons of information on how to install and use both of these options.
0
Response Number 2
Name: billybob013 Date: September 23, 2004 at 08:28:30 Pacific
Reply:
thanks for the info i will try out the apache and php module. please list some tips that my help me out
Summary: Hey, I am new to PHP. I really want to begin to learn this stuff. I just want some help on how to Install PHP on my computer. I have a Dell that is Running Windows XP home. I installed all the binari...
Summary: Found this for you. Part way down the page it talks about MS IIS and MS Personal Web Server. I suspect that you want to run Personal Web Server on your machine to test your pages. http://www.manast...
Summary: I'm writing MFC DLL (VC++ 6.0): 1) during development phase how to test the DLL. 2)How to use it with Visual Basic 6.0 application.(when adding refrence of the MFC DLL in VB 6.0 project, not allowin...