Hi all,
I am developping a Web site with PHP and Mysql.
I currently have 1 database for all that needs to be displayed on the Web site.
Now, I want to develop an admin area.
The thing is that to that end, I need to use some new variables which are not necessary for the Web site, but only for me as an admin.
Is it better to use the same database (which is located at the hosting company) to store these new data or should I create a new one (locally)?
If I want to create a new one, is it possible to connect to 2 different databases and create SQL queries with a join to 2 tables, each being in a different db?
Thanks in advance any advice, I am a bit in the dark right now!
Nobru