PHP/MySQL : Creating a MySQL Table
Jean-Guillaume Birot
PHP offers you the possibility of creating dynamic pages, i.e. pages based on a template and a MySQL database, for instance.
The first, logical step is to create your database. For this, you have at your disposal a complete administration interface
that not only allows you to create a database, but also to enter, modify and delete all the data. Just follow the guide.
Contents: - Preparing the Database
- Table Template Design
- Using the Administration Interface
- Data Input