hey! i installed php4 I created a file in netscape called test.php
when i do localhost/test.php netscape opens up a popup asking me where i want to save the file?? what's UP
did you install a web-server? ie apache etc? what is your setup & what was the code?
Further if you did install a webserver you might not have started it or did not edit httpd.conf(apache) so that a .php extension could be recognized and parsed by the php module.
i did uncomment out the lines actually. and my webserver (apache) is working as the default page works (http://localhost
If he didn't install a webserver he wouldn't be able to get localhost/test.php.
Did you check that the httpd.conf you edited is indeed the one your apache is using? Did you uncomment the line with the ".php" extention and not just the one with the ".php3" extention?
hello, i did the .php yes! but the correct httpd.conf file i have no idea. I just followed the directions from www.devshed.com i changed the one in /usr/loca/apache/conf if i rememeber correctly...how can i know for sure apache is looking there?