I throw the exact same sql statement in phpmyadmin and it works but it does not work with mysql_query.
Ideas?
$a = "INSERT INTO players (player_id, first_name, last_name, date_of_birth, email, mobile_number, emergency_number, mother_name, father_name, player_number, team_captain, ip_address) VALUES ('', '', '', '', '', '', '', '', '', '', '', '127.0.0.1')"
$q = mysql_query($a);