What kind of databases can we use with PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vjayis
    New Member
    • Mar 2008
    • 134

    What kind of databases can we use with PHP?

    Can we use any SQL database as backend for a PHP application? Or is it an mandatory to use MySQL for PHP?
    Last edited by Niheel; May 6 '10, 06:21 PM. Reason: grammar, spelling
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    You can use any database that you can find a driver for.

    Comment

    Working...