<html>
<head>
<title>An HTML form</title>
</head>
<body bgcolor=lightyellow>
<h2>This form will be processed by PHP</h2>
<br><br>

<form method=GET action=/~sultans/php/demo/3webDB/form1.php>
    Enter your Name
    <input type=type   name=fullname> 
    <input type=submit value=submit> 
</form>

</body>
</html>