Page 1 of 1

I can't find cURL

PostPosted: 19. October 2009 19:09
by LadyBug
Hey Guys,

I am completely newbie and I hope you can help me with my issue.

After installed XAMPP on Window vista, I enabled php_curl.dll and I tried to call curl from command line but I didn't have success.

What Am I doing wrong ?

Thanks,

Re: I can't find cURL

PostPosted: 22. October 2009 05:15
by Theoden
You need to edit \xamp\php\php.ini and uncomment the reference to Curl (remove the semi colon). This will be at line 952. Then, you can use Curl.

You don't use Curl from the command line. You call the functions from your PHP code.