On Wed, 2 Nov 2005, John Nichel wrote:

There has to be a way to do this....reset the internal STDIN pointer to the begining but I'll be damned if I can find it.

reset ( STDIN );

returns an error.


You can use rewind() on an fopen()'d php://stdin.


--
Greg Donald
Zend Certified Engineer
MySQL Core Certification
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to