File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/admin/API/DeleteVehicle.php
Back
<?php if(isset($_POST['V_ID'])) { require_once("Connection.php"); $vid = $_POST['V_ID']; $sql = "DELETE FROM `vehicle_table` WHERE `vehicle_table`.`vehicle_id` = $vid"; if($con->query($sql)) { echo "Deleted!"; } else { echo "Can't Deleted"; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings