:eek: Hi friends,
i am facing a problem now in php programming, that is i have to list some contents. 10 per each page and there should be checkboxes ex

sno item_id ck_box description


this information is in 4 pages i want to get the item_id information that are checked in 4 pages. when i submit the form finally. like shoping cart. But Java script should not be used, and the form should not be submitted till the selection is completed in all the pages. Plz give me the solution if any body can.
---Muralidhar.
My mail id is :- murali6972@gmail.com

You can use sessions to store the ids of the checked items. The PHP manual has samples so it shouldn't be too hard for you to implement it on your script. But if you have trouble, just let me know and I'll give you a sample code. I just can't do it right now because I'm at work.

commented: Good response +1
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.