trim whitespace from stand and end of string pph code example Example: remove space from start and end of string in php $trimmed = trim($text); var_dump($trimmed);