|
Server IP : 10.128.40.6 / Your IP : 216.73.217.20 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 (0755) : /home/logmcpe/www/TMCPRO/pages/python/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$q= dbi_fetch_row(dbi_query("SELECT * FROM salarie where salarie_id = ".$salarie_idd)) ;
?>
<div class="card card-primary">
<div class="card-body box-profile">
<ul class="list-group list-group-unbordered mb-3">
<li class="list-group-item">
<b><i class="nav-icon fas fa-mobile"></i></b> <a class="float-right"><?php echo $q['salarie_tele1'] ;?></a>
</li>
<li class="list-group-item">
<b><i class="nav-icon fas fa-phone-alt"></i></b> <a class="float-right"><?php echo $q['salarie_tele2'] ;?></a>
</li>
<li class="list-group-item">
<b><i class="nav-icon fas fa-at"></i></b> <a class="float-right"><?php echo $q['salarie_mail'] ;?></a>
</li>
</ul>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
