how to remove the first two characters in a number using php code example Example: php pop off the first character of string $str = substr($str, 1);