Code:
<html>
<body>
<h1>Welcome to Online Booking Center</h1>
<p>Please enter you name below and click that button to see Online Booking Center.</p>
<form method="GET" action="day_7_ex_2.php">
Enter Your Name: <input name= "full_name" type="text">
<button type="Submit">Enter Your Name</button>
</form>
</body>
</html>
Bookmarks