Jump to content

[SOLVED] Insert not working


gple

Recommended Posts

if(mysql_query("Insert into players (fname, lname, address, city, state, zip, phone, dob, gender, type1, type2, type3, type4) values ('$fname', '$lname', '$address', '$city', 'NY', '$zip', '$phone', '$dob', '$gender', '$type1', '$type2', '$type3' , '$type4' )"))

{echo "success";}

else

{echo "failed";}

 

any idea why this would be failing

Link to comment
https://forums.phpfreaks.com/topic/179761-solved-insert-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.