|
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/MCPRO/images/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// exit() ;
// echo"fff <br/>" ;
include_once 'code/init.php';
print_header ();
?>
<br/><br/><br/>
<div id="tab" >
<table width="95%" style="margin:0 auto;" >
<tr>
<th width="15%" style="text-align:center;">Nom client </th>
<th width="15%" style="text-align:center;">Date facture</th>
</tr>
<?php
$c = dbi_query("SELECT * FROM `facture_mail` f , client c where f.`client_id` = c.client_id ") ;
while($cc=dbi_fetch_row($c)){
?>
<tr>
<td style="text-align:left;"><?=$cc['client_nom']?></td>
<td style="text-align:left;"><?=int2date($cc['date_fact'])?></td>
</tr>
<?php } ?>
</table>
</div>
</body>
</html>