MySQL Forums
Forum List  »  Newbie

Re: MySQL / WebFront End / Best Language to support?
Posted by: Rick James
Date: May 27, 2014 12:21PM

Shailendu, maybe the answer is "everything":
http://www.php.net/manual/en/refs.database.php

Note that ODBC possibly gets you to any database engines not listed on the second list.

Even within MySQL, there are 7 interfaces. Two are of note:
"mysql" -- deprecated;
"mysqli" -- the main one used;
"PDO" -- seems to be missing from the list.

And there may be more extensions in PECL.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL / WebFront End / Best Language to support?
May 27, 2014 12:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.