It's not explain why you get additional char at the end of string, but chop() in PHP does not get rid of last char, but it also suppose to get rid of spaces including newline. What char code are you using? Char code may be the cause. -- Yasuo Ohgaki ""Marcus Ouimet"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have got chop to work for me to remove characters at the end of the > string using something like: > > echo $listing_values1 = chop(substr($listing_values['name'],0,4); > echo $listing_values1 ['name'] . '...' . '&nbsp;' . "\n"; > > Works great except for the fact after the name there appears to be a letter > ie: > > Brita Water Filter > > Would become: > > BritaB... > > The letter is different for each entry. What am I oing wrong. Any help > appreciated thanks in advance... > > > > > -- > 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] > -- 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