php3-list | 199908
Date: 08/09/99
- Next message: Marc Logemann: "[PHP3] using GD with PHP"
- Previous message: Vladimir N. Goida: "[PHP3] Fw: [PHP3] PHP vs. ASP ?"
- Next in thread: Robert Aden: "[PHP3] Re: [PHP-DEV] Bug #2001: I can't read news header message."
- Maybe reply: Robert Aden: "[PHP3] Re: [PHP-DEV] Bug #2001: I can't read news header message."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Marc Logemann: "[PHP3] using GD with PHP"
- Previous message: Vladimir N. Goida: "[PHP3] Fw: [PHP3] PHP vs. ASP ?"
- Next in thread: Robert Aden: "[PHP3] Re: [PHP-DEV] Bug #2001: I can't read news header message."
- Maybe reply: Robert Aden: "[PHP3] Re: [PHP-DEV] Bug #2001: I can't read news header message."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

