Library
Use the search criteria in the Library to find a book. Once you find your book, you can view press releases, authors’ event schedules, and bios.
Please enter your search criteria to find a book:
Links included in the actual Library database under the book info:
-Author Bio
-Event Schedule
-Press Release
0 )
{
// Build your formatted results here.
while ($row= mysql_fetch_assoc($res))
//try to get the name of the file with the large image after query is executed.
{
echo "
"; echo " |
";
echo "
| Title: |
". $row["book_title"] ." |
";
echo "
| Author: |
". $row["author_name"] ." |
";
echo "
| Publisher: |
". $row["publisher"] ." |
";
echo "
| Publication Date: |
". $row["publish_date"] ." |
";
echo "
| ISBN: |
". $row['isbn'] ." |
";
echo "
| Price: |
". $row["price"] ." |
";
echo "
| Category: |
". $row["category"] ." |
";
echo "
| Genre: |
". $row["genre"] ." |
|
";
echo ""; echo "". $row["book_title"] ."
";
} // end of while
For more information, please contact info@synergybooks.net |
| |
| |
|
Copyright © 2007 Synergy Books |
| |