I know this is simple, and I\'ve done it before, but I\'ve forgotten how to do it.
In PHP, how might I subtract or remove the first letter of a string?
substr ( $string , 1 ,strlen($string) )