Sebuahhobi98

input.php

May 10th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9. <form action="tampil.php" name="input" method="get">
  10.     <table align="center">
  11.         <tr>
  12.             <td>Input Data :</td><td><input type="text" name="z" /></td>
  13.         </tr>
  14.         <tr>
  15.             <td colspan="2"><input type="submit" value="submit" name="input" /></td>
  16.     </table>
  17. </form>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment