| Current Path : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/2020/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/2020/impaye_ajout_paiement_maj.php |
<?
session_start();
$page="impaye";
include("config.php");
$impaye_id = $db->escape($_POST['impaye_id']);
$impaye_paiement_statut = $db->escape($_POST['impaye_paiement_statut']);
$requete="UPDATE impaye set paiement_statut = '$impaye_paiement_statut' where id =".$impaye_id;
$db->query($requete);
echo $requete;
?>