TWTCommish,
Thanx for the offer, what I need to know is how to add the ID's to the users row... how would I retrieve them?
I have two databases, each I want the user to be able to access, and add to favorites. So how is this possible? The reason I have to pass along the table variable in my example, is because I have to know which table that ID is from.
What I am thinking is something like this......
Code:
ID | Name | Password | Fav1 | Fav2
-------------------------------------------------------
1 | Me | myself | 1,5,6 | 3
--------------------------------------------------------
2 | Foo | bear | 9 |
--------------------------------------------------------
3 | Another| Example | 5 | 9,8,6,2
--------------------------------------------------------
But, I'm not sure if this is the proper way, and if it is, how I would go about inserting that data into the database, retrieving it, or anything....
Anything you could help me with would be helpful...
God Bless, and thanx
Bookmarks