Thursday, June 11, 2009

The Basic Steps in Querying a Database from

In any script used to access a database from the Web, you will follow some basic steps:
1. Check and filter data coming from the user.
2. Set up a connection to the appropriate database.
3. Query the database.
4. Retrieve the results.
5. Present the results back to the user.
These are the steps we have followed in the script results.php, and we will go through
each of them in turn.

No comments:

Post a Comment