I guess your php installation doesn't have libcurl. I use curl to
retrieve files via http://.
You could either install curl (I have no clue about how to do
that, if you find out please tell me and I'll put in in the FAQ),
or comment out every line containing "curl" and work only
with local files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=977668
I guess your php installation doesn't have libcurl. I use curl to
retrieve files via http://.
You could either install curl (I have no clue about how to do
that, if you find out please tell me and I'll put in in the FAQ),
or comment out every line containing "curl" and work only
with local files.
Logged In: YES
user_id=977668
If you are using Win32, I suggest installing easyPhp 1.7. You
just have to enable the extension php_curl and it works fine.