Show sourcecode
The following files exists in this folder. Click to view.
formular1.php
formular2.php
formular3.php
formular4.php
formular5.php
formular_index.php
svar1.php
svar2.php
svar3.php
svar4.php
svar5.php
svar1.php
14 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1</title>
</head>
<body>
<?php
$mottaget = $_POST['inputField'];
echo "Hjärtligt Välkommen $mottaget!";
?>
</body>
</html>