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?

That means, looking at a field 'name' where 'john' was typed in, 
I'm getting a variable $name with the content

'
john'

instead of 'john'

Anyone seen this???? I found that it only happens with the POST 
method. GET works fine (but I cannot use that).

Any help is greatly appreciated.


greets.

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