Html code for index
<html>
<body>
<form action="test.php" method="get" >
<input type="text" name="name" />
<input type="submit" value="click"/>
</form>
</body>
</html>
<body>
<form action="test.php" method="get" >
<input type="text" name="name" />
<input type="submit" value="click"/>
</form>
</body>
</html>
Comments
Post a Comment