Hello,
I have a table with 10 rows. each row has 3 columns. column1 is product name column2 is a drop down box with values from 1to10. column3 is a check box. When the checkbox is checked I would like to get the entire row value (product name, quantity) Can anybody help me how can I do this?
Thanks for your help
dan420
26
Newbie Poster
Recommended Answers
Jump to PostTry some online tutorials on basic forms and php.
Jump to PostS....A...
?? WHat's that?
Jump to Post[B]$qtyProd= $_POST['qtySelectProd'];[/B]
- Where is qtySelectProd in the form ? I don't see that field in the form.
- qtySelectSer, you have only qty value qtySelectSer, check your HTML option value within the loop.for ($n=0; $n<11; $n++){ echo "<option value=qty>".$n."</option>";
}
All 9 Replies

diafol
dan420
26
Newbie Poster

diafol
dan420
26
Newbie Poster
dan420
26
Newbie Poster
ko ko
97
Practically a Master Poster
dan420
26
Newbie Poster
dan420
26
Newbie Poster

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.