I am creating a website for a non-profit organization. One of the site's sections is a library database where users can find books that the organization has. They would search by an Alphabetical listing, keyword, subject, title, and author. I have created a table named library, with the six columns, id,letter,title,subject,keyword, and author.
How can I get users to search the database in the five formats: subject,title,keyword,letter, and author?
The undeveloped search page can be seen here: <!-- m --><a class="postlink" href="http://www.challengedfrc.org/?p=library">http://www.challengedfrc.org/?p=library</a><!-- m -->
How can I get users to search the database in the five formats: subject,title,keyword,letter, and author?
The undeveloped search page can be seen here: <!-- m --><a class="postlink" href="http://www.challengedfrc.org/?p=library">http://www.challengedfrc.org/?p=library</a><!-- m -->