SQL Tutorial
Presenting this query language.
To run the examples, we have to verify that the host supports PHP and MySQL and we will also install a local server.
Data from a file are stored in the database as a table. A table is made of field, the columns, and records, the rows.
First SQL program with PHP and MySQL
All the step for using a database, from the creation to the reading, and adding data. This tutorial is based on simple PHP example on a MySQL server. These can work locally on remotely.
Resources
(c) 2008 Scriptol.com
- Traduction française Tutoriel
SQL