// Fonction d'interogation
function interoge_vud($url, $post='')
{
//echo $url.' / '.$post.'
';;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9; MBVUD) Gecko/2008052906 Firefox/3.0");
if(!empty($post))
{
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
}
$page = curl_exec($ch);
//echo " ----- $page";
curl_close($ch);
return $page;
}
// Methode
$methode = $_SERVER["REQUEST_METHOD"];
// Constante
define("PART_ID", 863); // Partenaire
define("BASE_URL", 'http://www.isolation-france.fr/devis/'); // URL de base
define("HIGHLIGHT", '0'); // Famille à mettre en avant
define("CAT_HIGHLIGHT", '12'); // Catégorie à mettre en avant
define("DEPT", '1000'); // Gestion de la localisation
$variables = 'highlight='.HIGHLIGHT.'&chl='.CAT_HIGHLIGHT.'&dept='.DEPT.'&part_id='.PART_ID.'&base_url='.urlencode(BASE_URL).'&data=';
if($methode == "POST")
{
$variables .= urlencode(serialize($_POST));
$vud_data = interoge_vud('http://www.viteundevis.com/mb.php', $variables);
}
elseif($methode == "GET")
{
$variables .= urlencode(serialize($_GET));
$vud_data = (interoge_vud('http://www.viteundevis.com/mb.php?'.$variables));
}
$vud_data = unserialize($vud_data);
?>
echo $vud_data[titre_page]; ?>
echo $vud_data[slogan]; ?>
echo $vud_data[html]; ?>
Sur cette page vous pouvez demander des devis gratuit pour l'isolation de votre habitation. Que ce soit pour l'isolation phonique ou l'isolation thermique d'une maison (ou appartement), des centaines d'artisans sont disponibles pour vous proposer un devis isolation gratuit. |
Comment ça marche ? |
Si vous avez des questions qui ne concernent pas les devis d'isolation , merci d'utiliser cette page.