PHP
Making Data DynamicPHP - Making Data Dynamic
Making Data Dynamic
Connecting to MySQL
Connecting to MySQLi
Sending SQL to MySQL
Prepared Statements with MySQL
Retrieving Results of a Query to MySQL
Connecting to SQLite
Sending SQL to SQLite
Retrieving Results of a Query to SQLite
Connecting to PostgreSQL
Sending SQL to PostgreSQL
Updating Data in PostgreSQL
Retrieving Results of a Query to PostgreSQL
Connecting to Oracle
Sending SQL to Oracle
Retrieving Results of a Query to Oracle
Connecting to MSSQL
Sending SQL to MSSQL
Retrieving Results of a Query to MSSQL
Connecting to Firebird
Sending SQL to Firebird
Retrieving Results of a Query to Firebird
Connecting Via PDO
Sending SQL Via PDO
Retrieving Results of a Query Via PDO
XML and PHP
This tutorial tackles quite a number of databases and shows the basic operations with them: connecting, sending SQL statements, and evaluating the return values. No matter what your database-driven web application must do, it always has to do these steps.