Virajsinh

DeleteRecord.html

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