your question is a bit too open ended..
get the author names and put them into a dropdown..
on submit get the author name chosen (or their id)
and use that to show the articles after doing
"SELECT books FROM booklist WHERE authorname =$_GET['authorname']"
so that's an open ended answer and will only loosely match your scenario
which bit is causing the problem?