<!DOCTYPE html>
<html>
<head>
<title>Insert</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="index.php">Home Page</a>
<br/>
<a href="update1.php">Update customer</a>
<br/>
<a href="delete1.php">Delete customer</a>
<br/>
<form action="insert.php" method="post">
ID : <input type="text" name="1"/>
<br/>
First Name : <input type="text" name="2"/>
<br/>
Last Name : <input type="text" name="3"/>
<br/>
<input type="submit" value="Insert Customer"/>
</form>
</body>
</html>
No comments
Post a Comment