Posted by Tim Van Wassenhove on 12/20/26 11:44
On 2006-04-07, test <test@test.test> wrote:
> I am using fgets() to recieve an article from a NNTP server.
> The articles end with:
> or in other words: <crlf>.<crlf>
> while ($t != ".") { // this doesn't work, nor does ".\n"
So you only tested with . and .<lf>
What happens if you try to read until ".\r\n"?
(and the previous line was "\r\n")
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
[Back to original message]
|