
- PHP & MySQL Tutorial
- PHP & MySQL - Home
- PHP & MySQL - Overview
- PHP & MySQL - Environment Setup
- PHP & MySQL Examples
- PHP & MySQL - Connect Database
- PHP & MySQL - Create Database
- PHP & MySQL - Drop Database
- PHP & MySQL - Select Database
- PHP & MySQL - Create Tables
- PHP & MySQL - Drop Tables
- PHP & MySQL - Insert Records
- PHP & MySQL - Select Records
- PHP & MySQL - Update Records
- PHP & MySQL - Delete Records
- PHP & MySQL - Where Clause
- PHP & MySQL - Like Clause
- PHP & MySQL - Sorting Data
- PHP & MySQL - Using Joins
- PHP & MySQL - Handling NULL
- PHP & MySQL - Database Info
- PHP & MySQL Useful Resources
- PHP & MySQL - Quick Guide
- PHP & MySQL - Useful Resources
- PHP & MySQL - Discussion
Discuss PHP & MySQL
PHP provides various functions to access the MySQL database and to manipulate the data records inside the MySQL database. You would require to call the PHP functions in the same way you call any other PHP function.
Advertisements