You need to install a version of PHP that comes with cURL compiled into it.
Vger
Well I have a php.ini document in my php files. There is a line there that says extension=php_curl.dll I removed the semicolon from that, but there wasn't a php.ini file in my apache files.
You can enable the php_curl.dll driver all you like - if cURL is not compiled in your install of PHP then it ain't there, full stop.
Vger
Thanks, I downloaded the newest version and it has sorted it.
![]()
it's super easy with wamp.. just left click on icon in sys tray , click on php > modules > c_url , once enabled left click and reset wamp. All done
run a
<?
phpinfo();
?>
to make sure it executed...