remove char from beginning and end of string PHP code example Example: php pop off the first character of string $str = substr($str, 1);