Book ID:
Book Category:

Code:

<html>
<head>
<title>PHP TEST YAHHH</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>

<div class="topbar">
<?php
include 'navbar.php';
?>

</div>

<form action="handler029.php" method="get">
Book ID: <input type = "text" name="id"><br>
Book Category: <input type="text" name = "category"><br>
<input type = "submit">
</form>

<div class="codebox">
<h3>Code:</h3>
<?php
highlight_file
("ex029.php");
?>
</div>

</body>
</html>