October 2009
Beginner
408 pages
7h 27m
English
You need a method through which your PHP scripts can connect to MySQL in order to interact with the database. You can establish this connection in any of several approaches:
PHP's MySQL Extension
PHP's MySQLi Extension
PHP Data Objects (PDO)
|
The MySQL Extension is the original extension provided by PHP that allows developers to create PHP applications that interact with MySQL databases earlier than version 4.1.3.
The MySQL Extension uses a ...
Read now
Unlock full access