User Profile

Collapse

Profile Sidebar

Collapse
testingkp
testingkp
Last Activity: Sep 19 '14, 01:34 PM
Joined: Sep 9 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • testingkp
    replied to checkbox answers
    in PHP
    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']."'
    ...
    See more | Go to post

    Leave a comment:


  • testingkp
    started a topic checkbox answers
    in PHP

    checkbox answers

    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...
    See more | Go to post
No activity results to display
Show More
Working...