How do I enable cURL in PHP?
You can check phpinfo() (create a script containing and browse to it). This will tell you if you really do have it enabled. If not, read here.
phpinfo()
It is not recommended for the faint-hearted Windows developer.