Show sourcecode
The following files exists in this folder. Click to view.
form.php
form1.php
form2.php
form3.php
form4.php
form5.php
response1.php
response2.php
response3.php
response4.php
response5.php
form1.php
11 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<form method="post" action="response1.php">
<input type="text" name="namn">
<input type="submit" value="Skicka">
</form>
</body>
</html>