How to use one login database for all php scripts?

  • Thread starter Thread starter My Palindo
  • Start date Start date
M

My Palindo

Guest
example :

if i am using joomla then its user table is 'jos_user"
and for ip board is "ipb_member" (note: both script are using one database)
but when i rename ipb_member to jos_user so that both script can use one table.
joomla works but ip board shows error,

how can i manage that both use one table, but there is too much difference in both database
 
Back
Top