On Friday 21 September 2001 16:27, you wrote:
> Does anyone know what is going wrong, when all of a sudden, the
> content of PHP global variables that are generated from a POSTED
> form, have a CR/LF prepended?
It happens to me when I'm using Konqueror and multipart/form-data 
enctype in forms (because of uploaded images).
Because of that I always use trim() for all the posted variables when 
possible.
        Arpi

-- 
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