Virajsinh

PhP_05_01

Feb 5th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Multiplications</title>
  4. </head>
  5.  
  6. <body>
  7.  
  8.     <form method="post" action="table.php"
  9.    
  10.        <strong> Enter No : </strong>
  11.        
  12.         <input type="text" name="num" size="10">
  13.        
  14.         <input type="submit" value="Get Table">
  15.        
  16.     </form>
  17.    
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment