php3-list | 199807
Date: 07/31/98
- Next message: Richard Lynch: "Re: [PHP3] PHP3/Apache/NT problem"
- Previous message: Richard Lynch: "Re: [PHP3] Strange behavior with Oracle UPDATE"
- Maybe in reply to: Steven Apostolou: "[PHP3] The "/0" problem with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 3:24 AM 7/31/98, Steven Apostolou wrote:
>I made a php3 script that with forms is sending values back to itself. It's
>like a loop.
>When I start the script nothing is wrong but when I have certain value set
>(and with this I have an other output) The page is not shown. I get nothing on
>the screen but when I look at the source it is there!
>Also I experienced that sometimes I only get to see only a part of the,
>actually to be, output but the whole source is there.
If you forget to close a table, form, select, h1, h2, ... h6, td, tr ...
tag, browsers will simply stop. I guess they're still waiting for the end
tag, even though they ought to know better.
Look at the "View Source" and figure out which tag you forgot to close.
Or try each closing tag one by one, until you get the right answer, I guess.
You might want to try lining up your HTML, even when it's output by echo,
in order to better see what tags need to be closed...
-- -- -- "TANSTAAFL" Rich lynch <email protected>-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Richard Lynch: "Re: [PHP3] PHP3/Apache/NT problem"
- Previous message: Richard Lynch: "Re: [PHP3] Strange behavior with Oracle UPDATE"
- Maybe in reply to: Steven Apostolou: "[PHP3] The "/0" problem with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

