Mike X asked:
I’m building a website that uses some html pages and some php scripts. Currently the only way to test my site is to upload everything to the yahoo webhost server and test it ‘live’, I would rather test it on my pc and work out the kinks first.
I’m building a website that uses some html pages and some php scripts. Currently the only way to test my site is to upload everything to the yahoo webhost server and test it ‘live’, I would rather test it on my pc and work out the kinks first.
I have Apache webserver 2.2.0 (for windows) and PHP/5.1.2, but I need to be able to make sitebuilder run php scripts as php scripts when, for instance, they are the target of a ’submit’ button on a form. Right now, sitebuilder simply runs the file through its own pre-processor and trys to html-ify the script itself instead of the results of running the script.

