i need a free PHP emulator so i can test php scripts on my computer without having to...

Jeremy H

New member
...upload o my web site? i have installed apache and php, but i cannot open one single, stupid, PHP script in my browser.

i want to be able to test my php scripts without uploading to a server.
 
If you have installed Apache and PHP on your loacl machine, there is no reason you can't run the scripts locally. You have something configured incorrectly or you are not loading the scripts correctly.

You don't need a PHP emulator. PHP IS and emulator, of sorts. You can also load your scripts using PHP from the command line.

Read the documentation at www.php.net.
 
Back
Top