Forum Moderators: coopster
Have you taken a look at the documentation at php.net: [php.net...]
There is a quick description there on installation. Just note, since you are running windows, that:
In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH.You don't need libcurl.dll from the cURL site [curl.haxx.se].
Also, make sure to uncomment the following line in your php.ini file:
;extension=php_curl.dll
to this:
extension=php_curl.dll
With that being done, you must restart your server for the changes to take affect.
Good luck :)
P.S. If the above doesn't help you, can you elaborate on "unsatisfactory results". Are you getting error messages, etc...