Welcome Guest, Not a member yet? Register   Sign In
matrix type of checkbox insert
#1

I am having multiple checkboxes like matrix formatted frames with checkboxex. each checkboxes have one value. 
when i submit the button i want to insert that checkbox values and that corresponding regno in DB.

Regno            checkbox values 

1001010        5001,5002,5003,5004,5005

I want to insert the tables in the format of
insert into stud values( 1001010,5001);
insert into stud values( 1001010,5002);
insert into stud values( 1001010,5003);
insert into stud values( 1001010,5004);
insert into stud values( 1001010,5005);

here checkbox is the post item
how do i get that corresponding regno as Post item?
Need help?

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
matrix type of checkbox insert - by kvanaraj - 07-05-2018, 04:48 AM
RE: matrix type of checkbox insert - by php_rocs - 07-05-2018, 08:25 AM
RE: matrix type of checkbox insert - by jreklund - 07-05-2018, 08:32 AM
RE: matrix type of checkbox insert - by kvanaraj - 07-05-2018, 10:20 PM
RE: matrix type of checkbox insert - by jreklund - 07-05-2018, 11:31 PM
RE: matrix type of checkbox insert - by kvanaraj - 07-05-2018, 11:46 PM
RE: matrix type of checkbox insert - by jreklund - 07-06-2018, 03:41 AM
RE: matrix type of checkbox insert - by kvanaraj - 07-06-2018, 05:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB