1
I have two websites sharing the same database and I want ONE of my modules to share tables between the two sites so the same data shows up on both sites.
I know the lines I need to change but I dont know what I need to change it to.
Can someone please let me know how I would code this:
FROM " . $xoopsDB->prefix("TableName") . "
My prefix is soe so would it be
FROM "soe_TableName"
Thanks for all your help