You are on page 1of 1

<?

php
include("formpage.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-
transitional.dtd">

<html>
<head>
<title>Midterm</title>
</head>

<body>
<?php
if(!isset($_GET['valholder']))
{
createForm();
}
else if(isset($_GET['valholder']))
{
createForm("","","","",$_GET['valholder']);
}
?>
</body>
</html>

You might also like