|
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' ;
$qu =dbi_query(" SELECT * FROM `clientt` WHERE `agence_id` = 47 and client_id <= 10822 ") ;
while( $clinet = dbi_fetch_row($qu))
{
$client_id_ancien= $clinet['client_id'] ;
$client_numexport = $clinet['client_numexport'] ;
dbi_query("
UPDATE client
SET client_numexport = '$client_numexport'
WHERE client_id = '$client_id_ancien'
") ;
// est ce que inter_telport est salarie_tele1 et inter_teldomi est salarie_tele2
// j'ai pas trouvez ces champs salarie_ville_naissance salarie_pays_naissance salarie_date_naissance
// position_ID ??
// documents_fournis_id
// salarie_type
// salarie_categorie_id
// inter_identif
}
?>