No you don't.  You should go read the substr() docs as well:

    substr($str,0,-1);

-Rasmus

On Mon, 22 Apr 2002, Tyler Longren wrote:

> First, you'll need to get the length of the str with the str_len() function.
> After you have that, use the substr() function like Rasmus mentioned.
> 
> Tyler Longren
> Captain Jack Communications
> www.captainjack.com
> [EMAIL PROTECTED]
> 
> ----- Original Message -----
> From: "Craig Westerman" <[EMAIL PROTECTED]>
> To: "php-general-list" <[EMAIL PROTECTED]>
> Sent: Monday, April 22, 2002 10:26 PM
> Subject: [PHP] remove last character in a string
> 
> 
> > I have a string that ends in a comma. What is best method to remove the
> > comma?
> >
> > Craig ><>
> > [EMAIL PROTECTED]
> >
> 
> 
> 


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

Reply via email to