PHP/MySQL: Extracting song information from DB using id passed to PHP [renamed]

Hey all,

I’m making a section for my band’s site, for lyrics. Basically I want to have a page like lyrics.php?id=1… I have made a form that adds the song title and the lyrics to a db…

The DB has 3 fields, id (auto_inc), songtitle and lyrics. So basically, I need help making lyrics.php, that will see what id is being called in the address bar, then put the song title in and lyrics for that song…

Anyone?

Thanks!

Ben