If this is with a hosting company, you will need to have them install/enable it.
If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.
If this is Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
|