MySQL - Connecting PHP to Database
<< Building Chinese Web Sites using PHP
This chapter provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
php_mysql.dll - Configuring PHP to Use MySQL Module Commonly Used MySQL Functions mysql_connect() - Creating MySQL Connections INSERT INTO - Inserting New Records SELECT - Running Database Queries UPDATE - Modifying Database Records
php_mysql.dll - Configuring PHP to Use MySQL Module
Commonly Used MySQL Functions
mysql_connect() - Creating MySQL Connections
INSERT INTO - Inserting New Records
SELECT - Running Database Queries
UPDATE - Modifying Database Records