Advertisement
RizkyAnugrah

Untitled

Sep 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>GET</title>
  5. </head>
  6. <body>
  7.     <form action="prosesGet.php" id="biodata" name="biodata" method="get">
  8.         <p>Nama: <br/><input type="text" name="nama" id="nama" size="20"/></p>
  9.         <p>Alamat :</p>
  10.         <textarea name="alamat" id="alamat" value="Kirim" cols="30" rows="10"></textarea>
  11.     <p><input type="submit" name="button" id="button" value="Kirim"></p>
  12.     </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement