ah, i wasnt sure what you ment by player info.
The only thing bothering me now is ( from your posts ) the
$sql = "INSERT INTO player VALUES(";
and
$sql .= "(NULL,$teamID,'$playerName'),";
wouldnt that end up as
INSERT INTO player VALUES((NULL,$teamID,'$playerName'),
? There are two brackets in the begining and a comma at the end ?
Also, if i was to check if all other required fields as well besides playerName are not left blank, where would i put it?
I appreciate the help. The way you do it, is a way i've never before done myself, that's why i have to ask, thank you 🙂