Okay PHP works with Windows XP?? But I'm figuring out how in internet explorer to run PHP and it's Scripts. Any help please?
-Steven
http://www.php.net
download php, and then you have to download some kind of server (apache is great) and make it run, or is this not what you wanted??
well I went to a website and it tells me to go to:
C:\PHP\php phpinfo.php
... and it tells me in internet explorer that it cannot be displayed
You need to have a webserver running on your system such as IIS (XP comes stock with) or Apache and have PHP support installed. PHP is a server-side scripting language and is processed by the webserver and not the client. Once you have a webserver running with PHP support, you should have no problem pointing to the local server and the PHP page (i.e. http://localhost/somepage.php) for PHP4 or (http://localhost/somepage.php3) for PHP3. Hope this helps.