remove the last digit from string php code example Example: php remove last 3 letters from string echo substr($string, 0, -3);