How to enable curl option in php
First of all goto the apache folder just goto your server folder
/apache/bin/php.ini
or
/php/php.ini
locate this line contains text like this ";extension=php_curl.dll"
remove the semicolon ; to uncomment it
save the php.ini & restart your Apache server
/apache/bin/php.ini
or
/php/php.ini
locate this line contains text like this ";extension=php_curl.dll"
remove the semicolon ; to uncomment it
save the php.ini & restart your Apache server
Comments
Post a Comment