Books Online
Customer Registration
Customer Login
Order Book
Search book
Log out
Latest collection of books
\n"); echo ("
\n"); //loops displays the book details in a table while($row= mysql_fetch_assoc($result)) { echo("
\n"); foreach($row as $data) echo("
$row[title]
Price:
£$row[price]
Add to basket
\n"); echo("
\n"); session_start(); session_register(row[bookid]); session_register(username); } ?>
Admin Login