Click to See Complete Forum and Search --> : [RESOLVED] eliminate first char of a string


firman
08-03-2007, 07:42 AM
I know this is probably simple... But how do I eliminate the first character in a string?

NogDog
08-03-2007, 07:50 AM
$string = substr($string, 1);