PHP & MySQL Tutorial
Selected Reading
- PHP & MySQL - Discussion
- PHP & MySQL - Useful Resources
- PHP & MySQL - Quick Guide
- PHP & MySQL - Database Info
- PHP & MySQL - Handling NULL
- PHP & MySQL - Using Joins
- PHP & MySQL - Sorting Data
- PHP & MySQL - Like Clause
- PHP & MySQL - Where Clause
- PHP & MySQL - Delete Records
- PHP & MySQL - Update Records
- PHP & MySQL - Select Records
- PHP & MySQL - Insert Records
- PHP & MySQL - Drop Tables
- PHP & MySQL - Create Tables
- PHP & MySQL - Select Database
- PHP & MySQL - Drop Database
- PHP & MySQL - Create Database
- PHP & MySQL - Connect Database
- PHP & MySQL - Environment Setup
- PHP & MySQL - Overview
- PHP & MySQL - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
PHP & MySQL - Home
PHP & MySQL Tutorial
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.
Audience
This tutorial is designed for Java programmers who would pke to understand the PHP functions to connect to MySQL in detail and actual usage.
Prerequisites
Before proceeding with this tutorial, you should have a good understanding of PHP programming language. As you are going to deal with MySQL database, you should have prior exposure to SQL and Database concepts.
Advertisements