foxphpbomb
Programmer
If I receive a $_POST variable $_POST["name"] and want to split it in two based on the fact that the first name is separated from the last name with a space, and want to load the names into the varailes $FirstName and $LastName how would I do this?