Advertisement
Hydrase

index.php

Jun 7th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>BOOKS</title>
  4. </head>
  5. <body>
  6. <h1>BOOKS LIBRARY</h1>
  7. <a href="view.php">view table</a><br>
  8. <a href="insert.php">insert</a><br>
  9. <a href="delete.php">delete</a><br>
  10. <a href="searchname.php">search by Book name</a><br>
  11. <a href="searchauthor.php">search by Author name</a><br>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement