On Tuesday 07 January 2003 15:48, Scott De Leeuw wrote: > I work with Windows... when I have tested it I do go through the > web browser...
I don't do windows (I just *love* saying that!), but this is not platform dependent. Try the following: 1) rename the file index.php 2) remove the initial '<!--' and trailing '-->' 3) load in browser as http://yourwebserver/index.php Should work fine. php typically only interprets files associated with the .php extension, so it doesn't know it needs to do .htm as well. Also, regardless of the use of php or not, encasing the entire page in a comment tag '<!--' and '-->' tells the browser to render nothing, as all the content is commented. This is incorrect HTML, and is the main part of your problem. HTH, -- mitch, STILL trying to get 4.3.0 to compile on a RH8 box........... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php