View Full Version : check box
i want to design one sign upform.it has several questions . it also has multiple selection values(check box) .how to store if the user select more than one check box values to database
pls give me logic with sample code
Zebulin
05-27-2003, 03:06 AM
if all the checkboxes have the same name.. the checked values would come as a comma seperated list. You can store this in the the database.. or can split the request variable based on string and decide how to handle it !
heaven
01-30-2005, 07:45 AM
if all the checkboxes have the same name.. the checked values would come as a comma seperated list. You can store this in the the database.. or can split the request variable based on string and decide how to handle it !
sadf aasdf asd asdf asdf
JVRudnick
01-31-2005, 09:31 AM
see this link....
http://programmersresource.com/articles/jrudnick/dbsandcheckboxes/article.htm
:rolleyes:
Jim
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.