log($pays, 'pays'); $message = ''; require_once 'dbbootstrap.php'; require_once 'graydon/graydonws.php'; require_once 'graydon/graydon_log.php'; setDbConn('graydon'); $country = Doctrine_Query::create() ->from('Country') ->where('code = ?', $paysCode) ->fetchOne(); $pays = $country->graydon_country; if(isset($_REQUEST['submit'])){ $firephp->log('Soumission formulaire'); //Enregistrement du formulaire /* print '
';
	print_r($_REQUEST['InfoUser']);
	print_r($_REQUEST['InfoEnq']);
	print '
'; */ //Vérification des informations $formError = FALSE; $fields = array(); //Info utilisateur obligatoire : if($_REQUEST['InfoUser']['dIdentite']==''){ $fields[] ='Votre Identite'; $formError=TRUE;} if($_REQUEST['InfoUser']['Tel']==''){ $fields[] ='Votre Téléphone'; $formError=TRUE;} if($_REQUEST['InfoUser']['Email']==''){ $fields[] ='Votre Email'; $formError=TRUE;} //Info entreprise obligatoire : if(!isset($_REQUEST['pidentifier'])){ if($_REQUEST['InfoEnq']['Name']==''){ $fields[] ='Raison Sociale'; $formError=TRUE;} if($_REQUEST['InfoEnq']['Telephone']==''){ $fields[] ='Téléphone'; $formError=TRUE;} if($_REQUEST['InfoEnq']['Adresse']==''){ $fields[] ='Adresse'; $formError=TRUE;} } if($_REQUEST['InfoEnq']['Servicespeed']==''){ $fields[] ='Type d\'enquête'; $formError=TRUE;} if ($formError==TRUE){ $message = ''; $message.= 'Veuillez remplir les champs suivants : '; $message.= join(', ', $fields); $message.= ''; }else{ $commandeOk = setEnquete($pays); require_once 'mail/mail.php'; sendMail( "DEBUG - Commandes de rapport graydon", "Commandes\n". "Utilisateur :\n".print_r($REQUEST['InfoUser'])."\n". "Enquêtes : \n".print_r($REQUEST['InfoEnq'])."\n", //From array( 'email' => 'contact@scores-decisions.com', 'name' => 'Serveur SD-13408', ), //TO array( 0 => array( 'email'=> EMAIL_SUPPORTDEV, 'name' => 'Support' ) ) ); } } ?>

ENQUÊTE INTERNATIONALE

Commande enregistré.
getInfosLogin($tabInfo['login']); $user = $O['result']; $firephp->log($user,'user'); } catch (SoapFault $fault) { } if(isset($commandeOk) && is_numeric($commandeOk)){ $message = 'Erreur lors de la soumission de l\'enquête.';} ?>

Entreprise concernée :

Name!=''){ $name = $company->Name; }else{ $name = $_SESSION['graydon']['name']; } if(isset($_REQUEST['pidentifier'])) { ?>
log($identifiers,'identifiers'); //Affichage des identifiants //Ne pas afficher l'identifiant Internal if(is_array($identifiers)){ $firephp->log($identifiers,'identifiers'); $count = 0; foreach($identifiers as $identifier){ if($identifier->Type != 'Internal'){ ?>
Pas de recherche par identifiant possible pour ce pays.

Demandeur :

Enquête :

from('Price p') ->leftJoin('p.Country c') ->where('c.graydon_country = ?', array($pays)); $results = $q->fetchArray(); $firephp->log($results,'results'); //Lecture des délais $q = Doctrine_Query::create() ->from('Countryavailability') ->where('country = ?', $pays); $countryavailability = $q->fetchOne(); $availability = unserialize($countryavailability->availability); ?>
ServiceSpeed, $serviceActif)==TRUE){ $key = array_search($item->ServiceSpeed, $serviceActif); $speed = $_REQUEST['speed']; $firephp->log($speed,'speed'); $firephp->log($item->ServiceSpeed,'ServiceSpeed'); $select = ''; if( (isset($_REQUEST['InfoEnq']['Servicespeed']) && $_REQUEST['InfoEnq']['Servicespeed']==$item->ServiceSpeed) || ucfirst($speed)==$item->ServiceSpeed ) { $select = 'checked';} ?> > (Tarif : ServiceSpeed)]; ?> €, Délai :DaysFrom.' à '.$item->DaysTo.' jours';?>)