Hello,
I can't use CURL,
$ch = curl_init();
I get the error
I've used phpinfo() and found the php.ini directory,
Loaded Configuration File D:\wamp\bin\apache\apache2.2.22\bin\php.ini
I've then edited the php.ini file from that directory and removed the semi-colon in-front of
extension=php_curl.dll
Restarted Apache but am still receiving the error.
I'm using Wamp and I know there's another php.ini file in the D:\wamp\bin\php directory, so I've uncommented that line from that file too, restarted Apache and still receive the error.
I don't know where to go from here, can anyone advise me please?