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