MySQLi Extension

Programming for Search Engines 101. An area for avid PHP and .NET developers to chat about Programming techniques and how to make better use of search engines.

Moderator: Moderators

MySQLi Extension

Postby sreenavc » Tue Feb 19, 2013 5:26 am

The mysqli extension, the MySQL improved extension, was developed to take advantage of new features found in MySQL systems versions 4.1.3 and newer. The mysqli extension has a number of benefits.

Read more:
sreenavc
 
Posts: 21
Joined: Fri Feb 18, 2011 3:59 am
Tell us why you would like to become a WyseLabs Member:

Re: MySQLi Extension

Postby beniston » Wed Feb 20, 2013 6:09 am

Good article on MySqli.

Part II of the article is coming with PDO, there the author might compare MySqli and PDO.

I am a fan of PDO. How do you rate between MySqli and PDO?
beniston
 
Posts: 502
Joined: Wed Nov 02, 2011 4:35 am
Location: Cochin
Tell us why you would like to become a WyseLabs Member:

Re: MySQLi Extension

Postby sreenavc » Fri Feb 22, 2013 1:37 am

I prefer PDO because of the ease of use and the error handling. :)

Mysqli allows you to use really awful procedural code, but as long as you're using the object-oriented methods and preparing your statements and such, it's great. The advantage of PDO over MySQLi is that PDO can be used for an assortment of database engines. So using PDO makes it easier to adjust the web application if you decide to switch databases.
sreenavc
 
Posts: 21
Joined: Fri Feb 18, 2011 3:59 am
Tell us why you would like to become a WyseLabs Member:

Re: MySQLi Extension

Postby beniston » Sun Feb 24, 2013 11:37 pm

Here is the Part 2 which they have mentioned about PDO in that article.

http://phpmaster.com/avoid-the-original ... tension-2/

This is also a nice article like the former one.

Another advantage of PDO is that it could be used for multiple databases.
beniston
 
Posts: 502
Joined: Wed Nov 02, 2011 4:35 am
Location: Cochin
Tell us why you would like to become a WyseLabs Member:

Re: MySQLi Extension

Postby beniston » Tue Feb 26, 2013 6:03 am

beniston
 
Posts: 502
Joined: Wed Nov 02, 2011 4:35 am
Location: Cochin
Tell us why you would like to become a WyseLabs Member:


Return to Programming

Who is online

Users browsing this forum: No registered users and 3 guests

cron