Xmlparse.ini

Résolu/Fermé
Profil bloqué - 20 févr. 2007 à 17:49
 Profil bloqué - 20 févr. 2007 à 18:35
bonsoir a tous?
Voilà J'ai installer un scripts php_classifieds sur mon site, mais J'ai une erreur sur la page index comme ci-après:Fatal error: Call to undefined function curl_init() in d:\www\dvz4u.com\htdocs\xmlparse.ini.php on line 36
qui pourra m'aidez, merci bien d'avance!

2 réponses

Profil bloqué
20 févr. 2007 à 18:18
bonsoir a tous?
Voilà J'ai installer un scripts php_classifieds sur mon site, mais J'ai une erreur sur la page index comme ci-après:Fatal error: Call to undefined function curl_init() in d:\www\dvz4u.com\htdocs\xmlparse.ini.php on line 36;
mon probleme il n'est pas local, mais sur le net pour vérifier voici le site https://www.hugedomains.com/domain_profile.cfm?d=dvz4u&e=com
qui pourra m'aidez, merci bien d'avance!
0
Profil bloqué
20 févr. 2007 à 18:35
bonsoir a tous?
Voilà J'ai installer un scripts php_classifieds sur mon site, mais J'ai une erreur sur la page index comme ci-après:Fatal error: Call to undefined function curl_init() in d:\www\dvz4u.com\htdocs\xmlparse.ini.php on line 36.
Voici la partie incréminer:

$url = "[http://]".$site.$page.$data;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, 0); // set to 0 to eliminate header info from response
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // Returns response data instead of TRUE(1)
$responce = curl_exec($ch); //execute post and get results
curl_close ($ch);

if(strlen($responce)>1){
$data = XML_unserialize($responce);
return $data;
}
else{
die("<font color='red'>Unable to open $site</font>");
}
qui pourra m'aidez, merci bien d'avance!
0