im lookin in putting together, kinda like
www.stratics.com
i would have a buch of subsites and a main site, the main site would link to the subsites and call call the lateset news from each.
for each site i would like articles, forums, users, links, kinda like what you see in alot of CMS's
now i was just thinking of makeing a CMS in each dir it its own sql db like
cms1 (mysql1)
cms2 (mysql2)
cms3 (mysql3)
then just making index.php to call the news in the main dir.
prob with this is i would like it if a user regestered in one they would also be added to the other.
so i was thinking of moveing the login out side of cms's, and making each cms link to this, then when someone regesters it would post to each DB.
is this bad thinking?
is there a better way of goin about this.