|
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
include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;
$mcpro =dbi_query("SELECT * FROM client_to ORDER BY client_id ASC") ;
while($Lmcpro = dbi_fetch_row($mcpro))
{
$t = "SELECT * FROM client WHERE client_id = ".$Lmcpro['client_id']." AND client_nom LIKE '%".addslashes(trim($Lmcpro['client_nom']))."%' ";
$Lclient = dbi_fetch_row(dbi_query($t)) ;
if($Lclient['client_id'])
{
}
else
{
$t = "SELECT * FROM client WHERE client_id = ".$Lmcpro['client_id']." ";
$Lclient = dbi_fetch_row(dbi_query($t)) ;
echo $Lclient['client_id']." + ".$Lmcpro['client_id'].' ===> ************ '.$Lmcpro['client_nom'].' ////////////// '.$Lclient['client_nom'].'<br>';
}
}
?>