[PHP] replace a chunk peace of string

2003-12-01 Thread ada
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

Re: [PHP] replace a chunk peace of string

2003-12-01 Thread Curt Zirzow
* Thus wrote ada ([EMAIL PROTECTED]): 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 ... What do you mean trim() doesn't work? Curt -- If eval() is the answer, you're almost certainly

Re: [PHP] replace a chunk peace of string

2003-12-01 Thread ada
What do you mean trim() doesn't work? trim is a basic function that remove spaces on the left and the right at the string : abc-abc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] replace a chunk peace of string

2003-12-01 Thread Curt Zirzow
* Thus wrote ada ([EMAIL PROTECTED]): What do you mean trim() doesn't work? trim is a basic function that remove spaces on the left and the right at the string : abc-abc trim() removes more than spaces, please read: http://php.net/trim What I meant in my original post was how are