
:!: In order to understand what is happening here you've got to know something about arrays, maybe you should take a look at our array tutorial
:?: What is MySQL?
Mysql is type of database wich can be used with PHP to store, retreive and change data. It is the most used database with PHP nowadays because of its simplism,speed and security.
:?: How to use MySQL?
The first thing you've got to do is just as with other type of databases: create a connection*, then give your database commands** and after all that: close the connection***
:idea: Step1: Establish a connection
//