php substr to first space code example Example: php split string at first space $array = explode(' ', $string, 2);