Fatal error: Call to undefined function curl_init() 問題

今天想嘗試使用 CURL 這個 MODULE 去 POST 一些 XML Data 到另一個 website, 當我跟著網上的 example 試 code 的時候"

<?
$ch = curl_init();
?>

下面的 error 便出現了
Fatal error: Call to undefined function curl_init() in D:WebServerWebSitePostXML.php on line 8

其實解決方法很簡單 只要到 “Notepad” 開啟 “php.ini” 之後用 “Edit” ->"Find"" 或 CTRL + “F” 找 “curl” 你便會找到 ;extension=php_curl.dll

你只需要刪除";" 之後儲存檔案 “Restart” 你的 web server 便可

Good Luck

Chi Yau
Chi Yau
Software Engineer

Interested on Learning new stuff and experience sharing