<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="handler033.php" method="post">
Name: <input type = "text" name = "name"><br>
Email: <input type = "text" name = "email"><br>
Message: <textarea name = "message" rows="10" cols="30"></textarea><br>
<input type = "submit">
</form>
<div class="codebox">
<h3>Code:</h3>
<?php
highlight_file("ex033.php");
?>
</div>
</body>
</html>