Page 1 of 1
mysqli
Posted: Tue Feb 01, 2011 11:57 am
by anandgodar
what is the difference between mysql and mysqli . Can someone explain me with examples
Re: mysqli
Posted: Tue Feb 01, 2011 12:28 pm
by John Cartwright
mysqli was created to provide new functionality of MySQL 4.1 and above in an *OOP* manner. The difference lies all in the functionality they support. Such as transactions, prepared statements, and performance optimizations.
There are a ton of examples on in the manual.
See
http://ca2.php.net/mysqli
http://ca2.php.net/mysql