Use MySqli Extension Instead of MySql

June 3rd, 2010 by divyang.shah § 2

It is highly recommended that you use MySqli extension of PHP instead MySql as in near future it will be deprecated from PHP. It is more secure, reliable and object oriented.

Following are some useful links which will give you jumpstart on MySqli:

Overview
http://www.php.net/manual/en/mysqli.overview.php

Prepare statement example
http://www.php.net/manual/en/mysqli-stmt.affected-rows.php

Multi-query example
http://www.php.net/manual/en/mysqli.multi-query.php

Enjoy your new DB classes.

Tagged: ,

§ 2 Responses to “Use MySqli Extension Instead of MySql”

What's this?

You are currently reading Use MySqli Extension Instead of MySql at Digicorp.

meta

Share