I'm trying to create a small library database with MySQL and PHP. I've created a lot of code with PHPRunner, and I like it, but I have not been able to intuitively determine how to get data in to multiple tables via just one page. For example, I have a title table, an author table, and a publisher table. How would I go about creating a single entry form that lets me input that information and have it stored in the seperate tables?