Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

[PHP3] Re: [PHP-DEV] Bug #2001: I can't read news header message. From: Robert Aden (robert <email protected>)
Date: 08/09/99

Citerar bjb <email protected>:

> From: bjb <email protected>
> Operating system: redhat linux 5.2
> PHP version: 3.0.11
> PHP Bug Type: Other
> Bug description: I can't read news header message.
>
> I'm makeing the 'usenet client for web'(viewer).
>
> First following is my source.
> ---------------------------------------------------
> // news header
> Message-ID: <slrn7b1dk1.6kg.artsilly <email protected>>
> References: <slrn7ar9sp.31n.artsilly <email protected>>
> // my source
> $getline = fgets($handle,1024);
> echo($getline);
> ----------------------------------------------------
> but result is
> Message-ID:
> References:
> -----------------------------------------------------
> I want
> Message-ID: <slrn7b1dk1.6kg.artsilly <email protected>>
> References: <slrn7ar9sp.31n.artsilly <email protected>>
> -----------------------------------------------------
> Why I can't read message headers...
>
> I can't English very well.
> Sorry. thanks.
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail:
php-list-admin <email protected>
>
>

There are 3 kinds of people in this world:
those who can count and those who can't.

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>