climbjm Posted November 23, 2006 Share Posted November 23, 2006 I know that you can use MySQL, PostgreSQL and SQLite with PHP. I am sure there are more. Does anyone know where to find information about databases and PHP in the manual? I could not find it. ???Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/ Share on other sites More sharing options...
DeathStar Posted November 23, 2006 Share Posted November 23, 2006 Umm..well look it up on google! :o Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/#findComment-128921 Share on other sites More sharing options...
climbjm Posted November 23, 2006 Author Share Posted November 23, 2006 Um, yeah. Tried it. Why do you think I turned to the Forum? Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/#findComment-128926 Share on other sites More sharing options...
roopurt18 Posted November 23, 2006 Share Posted November 23, 2006 There is support for dbase, but it's not recommended to use dbase for a production environment. The support is there to import data from dbase into a better database engine, such as MySQL, which is what my project at work does. Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/#findComment-128928 Share on other sites More sharing options...
btherl Posted November 23, 2006 Share Posted November 23, 2006 Browse through this list: http://sg.php.net/manual/en/funcref.phpAnd take a closer look at the dbx and ODBC functions groups. Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/#findComment-128933 Share on other sites More sharing options...
climbjm Posted November 23, 2006 Author Share Posted November 23, 2006 Thank you btherl.I found out:[url=http://sg.php.net/manual/en/ref.dbx.php]http://sg.php.net/manual/en/ref.dbx.php[/url]FrontBase (available from PHP 4.1.0), Microsoft SQL Server, MySQL, ODBC, PostgreSQL, Sybase-CT (available from PHP 4.2.0), Oracle (oci8) (available from PHP 4.3.0), SQLite (PHP 5).[url=http://sg.php.net/manual/en/ref.uodbc.php]http://sg.php.net/manual/en/ref.uodbc.php[/url]The following databases are supported by the Unified ODBC functions: Adabas D, IBM DB2, iODBC, Solid, and Sybase SQL Anywhere. Quote Link to comment https://forums.phpfreaks.com/topic/28188-solved-what-databases-does-php-support/#findComment-128968 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.