however, if i try to open a php script in mozilla, it just shows me the code. i'm not even navigating to it... i'm just doing the open --> file system, and it gives me this problem.
Mozilla can't parse a PHP file -- it has to be parsed by Apache. So going to "File -> Open File" and selecting the PHP file is just going to dump the plain text. Instead, you need to access the file via Apache. Just make sure Apache is running and the PHP files are in the right directory, and then point your browser to:
http://localhost/
And you'll be able to see your own website.
-- Soren Harward [EMAIL PROTECTED]
_______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
