prcollin Posted June 18, 2008 Share Posted June 18, 2008 i use phpmyadmin i have created 5 separate databases one for clients, maincompany, users, advertisers and email. then under each database is about 5-10 tables is this a good way to do it or shoudl i just have one database and have allt he tables under it? i find this way very easy to navigate but havent written all the connection scripts yet. Also if i do all separate databases can i connect to more than one at a time by include(1) include(2) in a single php script Link to comment https://forums.phpfreaks.com/topic/110815-from-an-accesibility-perspective/ Share on other sites More sharing options...
rhodesa Posted June 18, 2008 Share Posted June 18, 2008 you can connect to multiple databases at the same time, but they should all be in the same database Link to comment https://forums.phpfreaks.com/topic/110815-from-an-accesibility-perspective/#findComment-568562 Share on other sites More sharing options...
prcollin Posted June 18, 2008 Author Share Posted June 18, 2008 you can connect to multiple databases at the same time, but they should all be in the same database ok thanks Link to comment https://forums.phpfreaks.com/topic/110815-from-an-accesibility-perspective/#findComment-568563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.