|
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/plugins/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include_once 'code/init.php';
$q2 = dbi_query("SELECT * FROM ".TABLE_EXCEPT." e LEFT JOIN ".TABLE_PREST." p ON new_presta_id is not null and new_presta_id = p.presta_id WHERE e.presta_id = ".$prest['presta_id']." ORDER BY date, en_cours, excpt_id") ;
while($e = dbi_fetch_row($q2)){
print_r($e);
}
?>