need help on PHP displaying boxes checked from diff pages to only 1 page.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kit7kat
    New Member
    • Jun 2006
    • 1

    need help on PHP displaying boxes checked from diff pages to only 1 page.

    hi there,

    do u have any idea how i can display the names of checkboxes checked from different webpages. Say one page has a list of checkboxes categorized are fruits. Then another page has list of chkboxes categorized as flowers. How can i display all the checked items to only one page?

    Pls. give me idea. thanks.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Depends a bit in what order the pages are displayed, however you have a couple of options

    1. Use php to store the data from the dirst page in a cookie or session which you access from the final page.

    2. Use php to write the data from the first page to hidden items in the form on the second page so that it is available on the final page.

    Comment

    Working...