when i call to function curl_init() in php, it error undefinde function

  • Thread starter Thread starter cambodia_boy
  • Start date Start date
C

cambodia_boy

Guest
curl_init(); so what can i do? i use php5 in window vistar. And i run php on IIS.
 
curl is not enabled in ur system. thats y u r getting this error...


Please see phpinfo();

if there is no info abt curl u need to enable it.
 
Back
Top