Database Systems that can be connected with PHP ?

Home Forums Programming PHP & MySQL Database Systems that can be connected with PHP ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #882
    RoboCop
    Participant

    What are the native database systems that can be connected with PHP

    #884
    Satish
    Keymaster

    Native database connections available for MySQL, PostgreSQL, mSQL, Oracle, dbm, FilePro, Hyperwave, Informix, InterBase and Sybase databases.

    PHP 5 also has built-in SQL interface to a flat file called SQLite.

    Using Open Database Connectivity Standard(ODBC), we can connect to any database that provide an ODBC driver….including Microsoft products.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.