10-10-2009, 12:27 AM
(10-09-2009, 02:16 PM)Legion Wrote: If both use the same users yes.
Remember that there might be other columns in the database like age and location that are named differently in both, In that case you need to join those as well if you use the same database for both as stated above.
If not and both is meant for different members it is still possible just make sure that no table columns will hold the same name then.
So i just have to make sure that the tables don't overwrite each other and it should work right?