PHP MySQL Basic Example
From w3cyberlearnings
MySQL
- MySQL Connect
- Create Database
- Connect to Database
- Delete Database
- Create Table
- Insert Record
- Insert From Array
- Insert From File
- Update Record
- Query Single Record
- Query Multiple Records
- Query Uses LIMIT
- Query Uses ORDER BY
- Delete Table
Query Multiple Tables
- Create Two Tables for this section tutorial
- Query Uses AND Operator
- Query Uses OR Operator
- Query Uses INNER JOIN
- Query Uses LEFT OUTER JOIN
- Query Uses RIGHT OUTER JOIN
- Query with Subquery
Aggregate
- PHP MySQL Aggregate COUNT
- PHP MySQL Aggregate SUM
- PHP MySQL Aggregate MAX
- PHP MySQL Aggregate MIN
- PHP MySQL Aggregate AVG
- PHP MySQL Query Uses GROUP BY
- PHP MySQL Query Uses Having
Date
All Tutorial Lists
Reference