somehow when I have try to develop an application where I read five or six
values into an individual arrays the array who carries the emails has the
email and     an additional empty field after the email somehow complex well
they way the information has been stored is that the email was the last
value in the line of arrays and somehow carries always an empty field or the
tab field I can see when I upload the data in binary mode however I tried
around for some time


how do remove an empty space in an erray I tried arround with

$E2= str_replace(" ", "", $Email);

and I tried as well
$E2= str_replace(" ", "", $Email); with no success it totally ignored
the empty space in the email  what is stored in this
way:|data1|data2|[EMAIL PROTECTED] |data3|etc...|||||||. when I phrased
the data file
 any help and advice would be appreciated...






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

Reply via email to