how to remove first 2 letter from an string in php code example Example: php pop off the first character of string $str = substr($str, 1);