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
response3.php
14 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
$fnamn = $_POST["fnamn"];
$enamn = $_POST["enamn"];
$klass = $_POST["klass"];
$mat = $_POST["mat"];
echo "Hej $fnamn $enamn i $klass! Du gillar $mat";
?>
</form>
</body>
</html>