PHP MySql Database extensions

PHP has two extensions you can use for MySql database access PhpMySql and PhpMySqli

Php MySql Extension
This is the original extension designed to allow you to develop PHP applications that interact with a MySQL database.
The mysql extension provides a procedural interface and is intended for use only with MySQL versions older than 4.1.3.
This extension can be used with versions of MySQL 4.1.3 or newer, but not all of the latest MySQL server features will be available.

Php MySqli Extension
If you are using MySQL versions 4.1.3 or later it is strongly recommended that you use the mysqli extension instead.

PhpMySqli
PhpMySqliStmt
PhpMySqliStmtBindResult


REFERRERS
PHP
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki