Matt Vos wrote:
What is the ASCII value of an EOF? Find that and use <? echo
chr($eof_ascii_value); ?>
For the benefit of those reading this in the future the value is 4, so use chr(4);

Jc


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



Reply via email to