currently I optimizing my website and have a problem to display checkboxes values.
the case is:
I have a form to display items from a MySQL table and the items are splided in to 5 pages(total 20 items, and 4 items / page). I would like to add a checkbox behind the items, and if the end user checks items, then display the checkbox value below the form.
for example, the end user check 2 check boxes in page 1, display the values; and the end user continue to see page 3, and check 1 check box, the values(total checked 3 boxes) will be showed below the form.
How can I make it? I am a freshman, I have tried this many ways but can't make it works. I hope someone can help me out. thank you very much in advance.
the case is:
I have a form to display items from a MySQL table and the items are splided in to 5 pages(total 20 items, and 4 items / page). I would like to add a checkbox behind the items, and if the end user checks items, then display the checkbox value below the form.
for example, the end user check 2 check boxes in page 1, display the values; and the end user continue to see page 3, and check 1 check box, the values(total checked 3 boxes) will be showed below the form.
How can I make it? I am a freshman, I have tried this many ways but can't make it works. I hope someone can help me out. thank you very much in advance.
Comment