MySQL
Almost all web applications associate with a database. MySQL has been the popular choice for many database-driven PHP applications. Articles listed here will teach you how to communicate with MySQL via PHP.
- MySQL Basics
- PHP MySQL Connections
- Using Command-line
- MySQL GUI Tools
- Managing MySQL Users
- MySQLi Procedural Functions
- MySQL Database Commands
- MySQL Table Commands
- MySQL Insert Statement
- Using MySQL Insert Statement in PHP
- MySQL Select Statement
- Using MySQL Select Statement in PHP
- MySQL Update Statement
- MySQL Delete Statement
- MySQL Joins
- MySQL Many to Many Relationships
- MySQL Transactions
- Advanced MySQL Features