http://php.net/fopen

------------------------------------------------------
If filename is one of "php://stdin", "php://stdout",
or "php://stderr", the corresponding stdio stream will
be opened. (This was introduced in PHP 3.0.13; in
earlier versions, a filename such as "/dev/stdin" or
"/dev/fd/0" must be used to access the stdio streams.)
------------------------------------------------------

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Ashish.Natani <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 26, 2001 1:34 PM
Subject: Reading STDIN from within the program


> Hi,
> I wish to read the message string posted by my form into a php program.
>
> I tried to use the environment variable $HTTP_RAW_POST_DATA but this did
not contain any value.
>
> Can someone help me with reading the STDIN input from within the php
program ?
>
> Thanks and Regards,
> Ashish Natani
> Get Your Private, Free E-mail from Indiatimes at
http://email.indiatimes.com
>
>  Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from
http://www.planetm.co.in
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to