Virajsinh

UpdateRecord.html

Apr 2nd, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title> Delete Record </title>
  4. </head>
  5. <body>
  6. <center>
  7. <form method='post' action='update.php'>
  8. <table>
  9.  
  10.     <tr>
  11.         <td> <a href='Form.html'>Insert Record</a> </td>
  12.         <td> <a href='DeleteRecord.html'>Delete Record</a>
  13.         <td> <a href='ViewRecord.php'>View Record</a>
  14.     </tr>
  15. </table>
  16.     <table border='0'>
  17.         <th colspan='2'> Update Record </th>
  18.         <tr>
  19.             <td align='right'>UserName :</td>
  20.             <td> <input type='text' name='username'> </td>
  21.         </tr>
  22.        
  23.         <tr>
  24.             <td align='right'>Email :</td>
  25.             <td> <input type='text' name='mail'> </td>
  26.         </tr>
  27.         <tr>
  28.             <td colspan='2' align='center'> <input type='submit' name='submit' value='Submit'>
  29.         </tr>
  30.     </table>
  31.  
  32. </form>
  33. </center>
  34. </body>
  35. </html>
Add Comment
Please, Sign In to add comment