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'] . '...' . ' ' . "\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]

Reply via email to