Tag Archives: php curl

Find php.ini file and Turn on CURL for PHP

Share on TwitterDigg This

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.

HTTP POST Using PHP CURL

Share on TwitterDigg This

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