ID: 10210
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Unknown/Other Function
Assigned To: 
Comments:

With a quick glance to the sources I saw at least one 
</table> missing from the end..

Anyway, this is your script that is faulty, not a bug 
in PHP. Some browsers don't mind if there are missing </table> tags but some (like 
NS4) will.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-04-06 11:19:06] [EMAIL PROTECTED]
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

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10210&edit=2


-- 
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