This assignment is just to be sure you are comfortable connecting and accessing data in the database.

As with all other assignments, send me the address to test it and send me the code.

Problem #1: Connect to the database and retrieve one record and display a a couple of fields.

Problem #2: Connect to the database and retrieve all of the records and display a couple of fields using the mysql_fetch_row.

Problem #3: Repeat #2 using mysql_fetch_assoc.

Problem #4: Repeat #2 using mysql_fetch_array and show the different approaches you can take using the mysql_fetch_array.

Problem #5: Experiment with the SELECT statement and include a complex where that checks for one condition that has to be true and either of two others.