update('Commandes') ->set('statutCommande', '?', $_REQUEST['statutCommande']) ->set('commentaire', '?', $_REQUEST['commentaire']) ->where('idCommande = ?', $_REQUEST['idCommande']); //echo $q->getSql(); //print_r($q->getFlattenedParams()); echo $rows = $q->execute(); exit; } if ( isset($_REQUEST['rs']) ){ $client = new SoapClient( null, array( 'trace' => 1, 'soap_version' => SOAP_1_1, 'location' => WEBSERVICE_URL, 'uri' => WEBSERVICE_URI, 'login' => $_SESSION['tabInfo']['login'], 'password' => $_SESSION['tabInfo']['password'] )); try { $O = $client->getIdentite($_REQUEST['siren'], 0, false); echo $O['result']['Nom']; } catch (SoapFault $fault) { require_once 'soaperror.php'; processSoapFault($client,$fault,$tabInfo); } exit; } if (isset($_REQUEST['ajax'])){ ?>

Commentaire sur la commande G

Commandes INFOGREFFE

Rechercher une commande

  ou    

Commandes

0){ ?>
Aucune commande.