Today i've found this error. Maybe to some people this error just nothing to them but for me..this error nearly crackin my head..hehe (because i've been stop doing programming about nine month)
So the genius forumers there had suggest to use this method:
- you need to stop apache 1st
- then you find the php.ini file in apache folder i.e: ..\xampp\apache\bin\php.ini
- then you find the word 'curl' inside the php.ini...(you can open this file using notepad or your editor)
- you will find this ==> ;extension=php_curl.dll
- to enable the curl_init(), you must remove the semi-colon (;) like this ==> extension=php_curl.dll
- save your changing
- restart back your apache
- then run back your website
- done..
cool rite??
No comments:
Post a Comment