i want to add rows using loop and then want user to fill the rows then i want these rows’ data (tds contain textboxes and selection lists)to be saved into database? i need to know how is it possible? jquery and php will be preferred.
DatA not datE.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the easiest way to do this is to create a php file which will take arguments from jquery and execute it.
while assigning each element of form a unique id and counting total rows will give us a chance to use loop and we can send each row elements’ data using loop. php file will get the arguments and execute it .the ajax request will be send count-row times.