Show sourcecode
The following files exists in this folder. Click to view.
ovn_str1.php
ovn_str2.php
ovn_str3.php
str.html
str1.php
str2.php
str3.php
ovn_str1.php
13 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<form method="post" action="str1.php">
<input type="text" name="name" placeholder="Skriv namn"> <br>
<input type="text" name="aftername" placeholder="Skriv efternamn"> <br>
<input type="email" name="mail" placeholder="Skriv din Email"> <br>
<input type="submit" name="skicka">
</form>
</body>
</html>