Fatal error: Call to undefined function curl_init() in C:\wamp\www\prac\curl.php on line 3 i got these error message, i just simply call the curl_init("www.mysite.com.ph"); why is that? my server is php 5
curl is not installed on your server. open php.ini file and remove semicolon from this line ;extension=php_curl.dll Make sure you have properly set extension_dir in php.ini