Q&A: How to use one login database for all php scripts?
Question by My Palindo: How to use one login database for all php scripts?
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
Best answer:
Answer by Robin T
You’d have to update the code to look for the same database and tables. It would get quite complicated, especially down the track when you need to upgrade the version of them or apply feature or security patches from the vendors.
Give your answer to this question below!