how to get string except last 3 letters php code example Example: php substr remove last 4 characters echo substr($string, 0, -3);