From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     Unknown/Other Function
Bug description:  Netscape 4.75 will not render web pages built with php.

Maybe I'm mentally challenged???  I have built a web site
using php, Apache, and Linux.  Everything looks great using
Microsoft web browsers and even with Netscape 6.  The
problem is with Netscape 4.75-ish!!!  It won't show any of
the pages, graphics or php from the site.  Try it!!!

http://test.bbsjax.com/~gumb/

All pages are .php.  Here's what the index.php looks like:

<?php

  include "filename";

  do_body();
  do_top();
  do_brag();
  do_main_subnav();
  do_main();
  do_bottom();

?>

... of course these functions are supposed to render the
page, at least they do with Netscape 6 and that Microsoft
product.

Is this a problem with me or with php or with older versions
of Netscape???

Please Help,
-gumb


-- 
Edit Bug report at: http://bugs.php.net/?id=10210&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to