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