MyBB Community Forums

Full Version: Connect to other table (database)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What I want to do is to have a customize code to connect to other table that had no prefix "comm" ( comm_user).  

------------------------My database (db_data)----------------
user  (used this on my main website)
---------------
comm_user (used on forum)
---------------------------------------------------------------------

I have two website. using only one database, now I want to connect to the user(main website) to view all the users there.

Anyone? help?