mysqli

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anandgodar
Forum Newbie
Posts: 3
Joined: Thu Dec 09, 2010 5:23 am
Location: Nepal

mysqli

Post by anandgodar »

what is the difference between mysql and mysqli . Can someone explain me with examples
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: mysqli

Post 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
Post Reply