Sign up for an email newsletter (and get an email each time someone does ex. 39)!

Name:
Email:

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>

<h3>Sign up for an email newsletter (and get an email each time someone does ex. 39)!</h3>

<form action="handler038.php" method="post">
Name: <input type = "text" name = "name"><br>
Email: <input type = "text" name = "email"><br>
<input type = "submit">
</form>

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

</body>
</html>