The standard way to end lines when communicating via HTTP is the CRLF 
(ASCII 13 & ASCII 10).  But I write my PHP scripts using only LF (ASCII 
10) for line endings.  Why am I still able to write instructions to a 
socket -- does PHP automatically translate my line endings to CRLF, or 
is HTTP just flexible like that?


Erik





----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


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

Reply via email to