MySQL Forums
Forum List  »  PHP

Re: what is PDO, PDO_mysql ?
Posted by: Rick James
Date: February 27, 2015 04:02PM

mysqli_* and PDO are two APIs for using MySQL from PHP. Each has advantages and disadvantages. Pick one.

Do not use the mysql_* interface, it is deprecated.

Options: ReplyQuote


Subject
Written By
Posted
February 25, 2015 11:53PM
Re: what is PDO, PDO_mysql ?
February 27, 2015 04:02PM


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.