PHP/MySQL : How to retrieve and display a record in a MySQL database
Jean Guillaume Birot


Now that your database has been filled up with article records and you know the basics of PHP, we can tackle more serious things. The first step will be to access the database and then display a complete article on a Web page.

Contents:

- Connecting to the Database

- Building a SQL query

- Displaying the Result

- Error Management

- Setting up the Page