$words = explode(" ", $string); $firstname = $words[0]; $lastname = $words[1]; $third_word = $words[2];