Hi,
After ahavuing inseted my vvalues from a local file via : load infile ...
I notice a strange peace of string in my fnal field :
like :
"kkv850
"
select hex("kkv850
")
->
6B6B763835300D0A
select hex("a
")
->
610D0A
always 0D0A at the ends :(I' m on windows, and i didn't manage to destroy this peace of string :( trim() doesn't work ... Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

