$string = 'Hello World Again'; $string = explode(' ', $string); array_pop($string); $string = implode(' ', $string);