2
I'm not sure I understand exactly what you want to do. I think all you're asking is query the database tables from MySQL. To do this you just need to connect to the database (you can find a tutorial
here that walks you through connecting to the database. Then you just need to know the name of the table (which you can see in a tool like PHPMyAdmin) and then execute some MySQL queries (you can find the PHP MySQL functions
here. Hope this helps start you in the right direction.
If you can give us a few more details we might be able to help more...