| | Database Information List information on databases available on a MySQL server, tables, fields and processes... |
| |
| Basic MySQL Example Connect, execute a query, print resulting rows and disconnect from a MySQL database... |
| | | SQL Dump to Database If you wish to execute many queries stored in a .sql file (usually created with a MySQL Dump) - this... |
|
| | Last Insert ID Get the ID generated from the previous INSERT operation... |
| | Error Checking Check for errors using mysql_errno() and mysql_error()... |
|
| | |