mysqli
Moderator: General Moderators
-
anandgodar
- Forum Newbie
- Posts: 3
- Joined: Thu Dec 09, 2010 5:23 am
- Location: Nepal
mysqli
what is the difference between mysql and mysqli . Can someone explain me with examples
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: mysqli
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
There are a ton of examples on in the manual.
See
http://ca2.php.net/mysqli
http://ca2.php.net/mysql