Quote:
Originally posted by spived2
So I have apache installed, downloaded the php program latch recommended, and put the configs in the right place. Now what? I tried making a small *.php file in notepad and I tried running it and of course it wasn't associated with anything. tried it in internet explorer and that was a no-go as well. What do I do?
|
The php file needs to go in your root html document directory (which is specified in your Apache config file). Then you point your browser to "http://localhost/yourphpfile.php" and it should run (or give an error if there's a problem with the PHP).
Good luck!