May I suggest some tutorials.
codewalkers.com
dreamincode.net
phpdeveloper.org
These are some nice sites that discuss database interactions and code. Reading up on some of the useful tutorials will help you to understand how to interact with the database, how to insert data, pull data, edit data and more.
Also check out
this website
This is a very nice introductory tutorial, this actually got me into php and mysql many years ago.
Good Luck!