Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Forms/

ovning_forms1.php
ovning_forms1_mot.php
ovning_forms2.php
ovning_forms2_mot.php
ovning_forms3-6.php
ovning_forms3_mot.php
ovning_forms7.php
ovning_forms7_mot.php
ovning_forms8.php

ovning_forms1.php

16 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="sv">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>får får form</title>
</head>
<body>
  <form action="ovning_forms1_mot.php" method="post">
    <label for="name">Namn:</label>
    <input type="text" name="name" id="name">

    <input type="submit" value="Skicka">
  </form>
</body>
</html>