Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>BOOKS</title>
- </head>
- <body>
- <h1>BOOKS LIBRARY</h1>
- <a href="view.php">view table</a><br>
- <a href="insert.php">insert</a><br>
- <a href="delete.php">delete</a><br>
- <a href="searchname.php">search by Book name</a><br>
- <a href="searchauthor.php">search by Author name</a><br>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement