View Single Post
Old 11-04-2003, 04:08 PM   #12 (permalink)
Latch
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
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!
Latch is offline   Reply With Quote