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 . 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. 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. 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
Archived
This topic is now archived and is closed to further replies.