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  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37