|
I'm trying to set this up, hopefully I can communicate what I'm trying to do well enough to be understood.
Here goes.
I have 50 ish users in my database.
I made a table, with user name and a checkbox. Then I did a repeat regon of the two column's.
I want to be able to select various check boxes, and querry their records on the next page.
I've tried a few different methods, but have had no luck so far. Any assistance would be appriciated.
I *think* i'm on the right track by giving each checkbox a "checked value" of the variable I want to querry by in the next page. This gives me a long string of
IsHere="bob", IsHere="tom"
is there a way to edit those into a single string, something like
AllHere="bob,tom,john"
?
thanks again for the help.
Last edited by kylevp; 08-10-2004 at 08:12 PM..
|