Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Jason Caldwell
that was it i was missing the closing thanks ""Jason Caldwell"" <[EMAIL PROTECTED]> wrote in message 9bbd0v$686$[EMAIL PROTECTED]">news:9bbd0v$686$[EMAIL PROTECTED]... > I've created a test.php file that dynamically loads HTML.. works totally > fine in IE 5, but when I test it with Netsca

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Jason Caldwell
WOW ! Thanks everyone... great responses :-) I will look at my tables... no doubt I goofed somewhere. Jason ""Jason Caldwell"" <[EMAIL PROTECTED]> wrote in message 9bbd0v$686$[EMAIL PROTECTED]">news:9bbd0v$686$[EMAIL PROTECTED]... > I've created a test.php file that dynamically loads HTML.. w

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Miles Thompson
Jason, Netscape is really fussy about closing tags. Have you checked to make certain you don't have a table open? Try capturing the source of the page and running it through tidy. (Available at http://www.w3.org/People/Raggett/tidy/ ) Miles At 10:55 PM 4/14/01 -0700, Jason Caldwell wrote: >I

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Matt Friedman
Media http://www.sprynewmedia.com - Original Message - From: "Jason Caldwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 10:55 PM Subject: [PHP] Netscape 4.77 and PHP > I've created a test.php file that dynamically loads HTML.. works

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Ben Quick
Do you use tables? If so, check all , , and tags have a closing tag to go with them -Original Message- From: Jason Caldwell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 15 April 2001 06:55 Subject: [PHP] Netscape 4.77 and PHP >I've created

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread B. van Ouwerkerk
>I've created a test.php file that dynamically loads HTML.. works totally >fine in IE 5, but when I test it with Netscape 4.77 -- nothing comes up... >just a totally blank page. > >Anyone know why this might be happening? Yes. You made one or more mistakes in the HTML code you're sending to the

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Martin Skjöldebrand
Adam wrote: > try sending us the sample code. I use netscape 4 for testing and it seems > to work just fine. My whole project is based on inserting pieces of html. Works like a dream in Netscape 4.75 Linux. M. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread Adam
try sending us the sample code. I use netscape 4 for testing and it seems to work just fine. -- PHP General 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 PROTECT

[PHP] Netscape 4.77 and PHP

2001-04-14 Thread Jason Caldwell
I've created a test.php file that dynamically loads HTML.. works totally fine in IE 5, but when I test it with Netscape 4.77 -- nothing comes up... just a totally blank page. Anyone know why this might be happening? Thanks. Jason -- PHP General Mailing List (http://www.php.net/) To unsubscr