Using Array to gather multiple details into one page
Posted: Thu Sep 10, 2009 5:51 am
I have a list from a database of email address, name, ID etc...
I need to be able to tick a box on the list, by each row, hit one button and the next page shows specific details of each user, in a row of its own.
ie.
Joe Bloggs
ID 4
email@email.com
address1
address2
address3
I suspect it'll be just gathering the ID from the db and then doing a SELECT * on the next page, but how do I gather all the IDs from the list page, and have it run a search on the next page via an Array?
Thanks in advance.
I need to be able to tick a box on the list, by each row, hit one button and the next page shows specific details of each user, in a row of its own.
ie.
Joe Bloggs
ID 4
email@email.com
address1
address2
address3
I suspect it'll be just gathering the ID from the db and then doing a SELECT * on the next page, but how do I gather all the IDs from the list page, and have it run a search on the next page via an Array?
Thanks in advance.