we can find php.ini file at C:\wamp\bin\php\php5.3.13\php.ini for linux /etc/php5/cli/php.ini Edit the php.ini file remove the semicolon from the beginning of the extension line “;extension=php_curl.dll” and save.
Categories
-
Recent Posts
Archives
we can find php.ini file at C:\wamp\bin\php\php5.3.13\php.ini for linux /etc/php5/cli/php.ini Edit the php.ini file remove the semicolon from the beginning of the extension line “;extension=php_curl.dll” and save.
what is cURL cURL lib in php allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl … Continue reading