TCH-Tim Posted November 22, 2005 Share Posted November 22, 2005 I have a MySQL database on my abc.com domain and wish to have PHP pages on my 123.com, 456.com, and 789.com domains access information in the abc.com database. (It's for a central calendar system with different front pages depending which site you're on.) Is there anything wrong with doing that as long as I own all the domains? And if it's ok, how do I do it? Or if anybody can point me in the general direction that'd be cool too. Thanks. -Tim Quote Link to comment Share on other sites More sharing options...
borfast Posted November 23, 2005 Share Posted November 23, 2005 Get the IP address of all the domains you want to have access to the database on abc.com. Go to abc.com's control panel and in the database administration area, enter those IPs in the authorized hosts for the database you want. Voilá, they can now access the database! Quote Link to comment Share on other sites More sharing options...
TCH-Tim Posted November 23, 2005 Author Share Posted November 23, 2005 (edited) Got it. Thanks. Edited November 23, 2005 by timhodge Quote Link to comment Share on other sites More sharing options...
nablusi Posted November 24, 2005 Share Posted November 24, 2005 Thanks for the solution. Just faced a similar problem, and came up with a simpleton's work-around: I have all the MySQL database and PHP pages on one site, but access from a 2 frame page on other sites: unique site header (and language) above, PHP placed below. Almost seamless Nablusi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.