This tutorial assumes that you already are familiar with writing PHP code, and that you have a working MySQL installation, and that you are familiar with basic SQL syntax. If not please use these tutorials first:
Basic PHP and Apache Installation Guide on Windows
MySQL Installation Guide on Windows
Simple PHP Tutorial.
mysql_connect - connects to MySQL server
mysql_select_db - select database
mysql_query - send query
mysql_num_fields - get number of fields
mysql_fetch_field - get field information
mysql_query - send query
mysql_fetch_row - get current row from result table
mysql_free_result - free result table from memory
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.