Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> Delete Record </title>
- </head>
- <body>
- <center>
- <form method='post' action='DeleteRecord.php'>
- <table>
- <tr>
- <td> <a href='Form.html'>Insert Record</a> </td>
- <td> <a href='UpdateRecord.html'>Update Record</a>
- <td> <a href='ViewRecord.php'>View Record</a>
- </tr>
- </table>
- <table border='0'>
- <th colspan='2'> Delete Record </th>
- <tr>
- <td align='right'> Username : </td>
- <td> <input type='text' name='username'> </td>
- </tr>
- <tr align='center'>
- <td colspan='2'> <input type='submit' name='submit' value='Submit'>
- <input type='reset' name='reset' value='Clear'>
- </td>
- </tr>
- </table>
- </form>
- </center>
- </body>
- </html>
Add Comment
Please, Sign In to add comment