File manager - Edit - /home/custbahd/irungikitchen.com/admin1/table/delete.php
Back
<?php //including the database connection file include("config.php"); //getting id of the data from url $id = $_GET['id']; //deleting the row from table $result = mysqli_query($mysqli, "DELETE FROM shop WHERE id=$id"); //redirecting to the display page (index.php in our case) header("Location:index.php"); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 2.2 |
proxy
|
phpinfo
|
Settings