Файловый менеджер - Редактировать - /home/d46091/invoice.ecogenix.in/delete_challan.php
Назад
<?php require_once('includes/connection.php'); if ($_SERVER['REQUEST_METHOD'] === 'GET') { $id = intval($_GET['id']); // Update status instead of deleting $stmt = $conn->prepare("UPDATE road_challans SET status = 0 WHERE id = ?"); $stmt->bind_param("i", $id); $stmt->execute(); // Output HTML with JS alert and redirect echo "<script> alert('Challan marked as inactive successfully.'); window.location.href = 'challan.php?msg=updated'; </script>"; exit; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка