I am trying to come up with a way to handle Friend-Requests.
The idea I currently have would look like this...
Code:PROCESS FRIEND-REQUESTS... User1 <user1's photo> _ Accept _ Decline User2 <user2's photo> _ Accept _ Decline User3 <user3's photo> _ Accept _ Decline User4 <user4's photo> _ Accept _ Decline User5 <user5's photo> _ Accept _ Decline ---------------------- ------------ | PROCESS REQUESTS | | CANCEL | ---------------------- ------------
Questions:
1.) Is there a better or easier way to accomplish the same thing?
2.) Is it possible to have a series of Accept/Decline Radio Button "pairs" on several rows in a Form?
3.) Is it possible to make it so when the user clicks "Process Requests" that I could run an UPDATE query on each record in my "Friend" table (i.e. one Friend per record)
Thanks,
Debbie



Reply With Quote



Bookmarks