insert checkbox values to database

Reply

Join Date: Aug 2008
Posts: 22
Reputation: skinbug is an unknown quantity at this point 
Solved Threads: 0
skinbug skinbug is offline Offline
Newbie Poster

insert checkbox values to database

 
0
  #1
Aug 6th, 2008
Bit of a php and sql issue, so thought I'd try here...

for a registration form, I have created an sql file such as...

firstname varchar(30) not null
...etc...for all the fields, which I then import to the database.


But then the form also has 15 checkboxes where the user may or may not check them. The checkboxes are hard coded and they all have the same name in an array, eg...

  1. <input type="checkbox" name="nature[]" value="0" />
  2. <input type="checkbox" name="nature[]" value="1" />
  3. <input type="checkbox" name="nature[]" value="2" />

...etc...



The issue I am having is understanding how these values are stored in the database, since I have not created any rows in the sql file for the checkboxes. When I create the table and import it to the database, do I need to create one/some for the checkbox values???

Much help needed and appreciated, thanks!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: insert checkbox values to database

 
0
  #2
Aug 7th, 2008
You could either concatenate all of the values and store them in one field or you could create three fields to store each value separately.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 22
Reputation: skinbug is an unknown quantity at this point 
Solved Threads: 0
skinbug skinbug is offline Offline
Newbie Poster

Re: insert checkbox values to database

 
0
  #3
Aug 7th, 2008
Right, yeh sussed it now thanks...I'm going to create a field for each checkbox and store the values that way and take out the array.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for MySQL
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC