
October 19th, 2012, 09:27 AM
|
|
Contributing User
|
|
Join Date: Dec 2003
Posts: 266
Time spent in forums: 4 Days 10 h 9 m 38 sec
Reputation Power: 10
|
|
|
SQL statement for 2 tables?
I have two tables: GroupName and SelectGroup
GroupName:
SelectGroup:
on my website, I have dropdown menu box that display the data from table: GroupName.
What I like to do is on the dropdown menu only display the items that has not been selected by that UserID. The UserID is just a URL querystring.
Can someone please help me how to do about this?
Thanks
|