doctor_james Posted June 1, 2008 Share Posted June 1, 2008 1 - Is there any database PHP cannot work with ? If so , what are they ? 2 - Is it possible to connect to a database on a Local Machine from a remote Host? Thanks in advance . Quote Link to comment https://forums.phpfreaks.com/topic/108287-solved-two-questions-about-php-and-databases/ Share on other sites More sharing options...
wildteen88 Posted June 1, 2008 Share Posted June 1, 2008 PHP supports a wide range of databases as seen here. Yes you can connect to a local database from a remote site. Just make sure your computer has a static IP address and that your localhost database allows remote connections. You'll also need to make sure the port your database uses to listen to for TCP/IP connections accepts remote connections too. Quote Link to comment https://forums.phpfreaks.com/topic/108287-solved-two-questions-about-php-and-databases/#findComment-555157 Share on other sites More sharing options...
doctor_james Posted June 1, 2008 Author Share Posted June 1, 2008 Thank for the reply ; Quick and informative . Thanks again. Quote Link to comment https://forums.phpfreaks.com/topic/108287-solved-two-questions-about-php-and-databases/#findComment-555159 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.