remove 1st 2 characters of a string php code example Example: php pop off the first character of string $str = substr($str, 1);