Date: 12/07/99
- Next message: Eric Mings: "Re: [PHPLIB] phplib's status with php4?"
- Previous message: Lael Griffith: "[PHPLIB] Parse error: parse error, expecting `OLD_FUNCTION' or `FUNCTION' or `VAR' or `'}''"
- In reply to: Andreas Otto: "[PHPLIB] phplib and phorum"
- Next in thread: Eric Mings: "Re: [PHPLIB] phplib and phorum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Warning: Cannot add more header information - the header was already sent
> (header information may be added only before any output is generated from the
> script -
> check for text or whitespace outside PHP tags, or calls to functions that
output
> text) in session.inc on line 430
>
> the source code of the page displays a comment before php issues the warnings.
>
> <p>
> <!--select news.id, news.thread, author, subject, datestamp, body from news,
> news_bodies where news.id = news_bodies.id and (body like '%test%' OR subject
> like '%test%' OR author like '%test%') order by id desc limit 20-->
ok, it seems that i have solved some of the problems by commenting parts like
these out:
// echo "<!--\n";
// $max = $thread_list->field("thread", 0);
// $min = $thread_list->field("thread", $rows-1);
// echo "-->\n";
the strange thing which remains is, that i still recieve this error:
Warning: Bad escape sequence: \' in session.inc on line 265
and even stranger, it is only showing up in netscape ??!!
this is the source netscape shows:
</tr>
</table>
</body>
</html>
<br>
<b>Warning</b>: Bad escape sequence: \' in <b>session.inc</b> on line
<b>265</b><br>
and this is the source ie5 shows:
</tr>
</table>
</body>
</html>
i should better stop for today, go home, have a beer and go to bed early...
----------
Andreas Otto
NoHo Digital Ltd,
Floor 2, Canberra House,
315 -317 Regent Street
London W1R 7YB
Reception 0171 299 3434
Fax 0171 631 5050
http://www.noho.co.uk
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Eric Mings: "Re: [PHPLIB] phplib's status with php4?"
- Previous message: Lael Griffith: "[PHPLIB] Parse error: parse error, expecting `OLD_FUNCTION' or `FUNCTION' or `VAR' or `'}''"
- In reply to: Andreas Otto: "[PHPLIB] phplib and phorum"
- Next in thread: Eric Mings: "Re: [PHPLIB] phplib and phorum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

