Tag Archive | "curl"

How to Install PHP CURL on IIS

Sunday, June 21, 2009

0 Comments

Are you getting this error: Fatal error: Call to undefined function curl_init() in C:\myfile.php on line 100 A quick overview on how to get the php_curl.dll working on IIS. This works with PHP 5.x on Windows. Most likely you did not install the CURL extension when you first installed PHP on your machine. Below is the easiest [...]

Continue reading...