i am lost just gone into database went to change multiple_intere sts table by attempting to change it to userdefined and add options to choose and i get query error msg here the coding that i have so far
Code:
$insert = mysql_query("update user_info set postalcode = '".$_POST['postalcode']."' ,
city = '".$_POST['city']."' ,
seeking = '".$_POST['seeking']."' ,
height = '".$_POST['height']."'
hya i have added a select box group for my members interests in the line of something like
item1
item2
item3
item4
and if someone was to tick 2, 3 and 4 i want all 3 selections to show in database where as at the moment only the last one selected is showing in table
ive wrapped the name in [] as said in other posts but when i check selection in database all i get is array...
Leave a comment: