Facebook
From cegła, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 287
  1. <form action="kontakty.php" method="post">
  2. Imie:<br />
  3. <input type="text" name="Imie" /><br />
  4. Nazwisko:<br />
  5. <input type="text" name="Nazwisko" /><br />
  6. Numer:<br />
  7. <input type="text" name="Numer" /><br />
  8. Adres: <br />
  9. <input type="text" name="Adres" /><br />
  10.  
  11. <input type="submit" value="dodaj" />
  12. </form>
  13.