Hey I am trying to learn to play around with cURL and I have had no success at all. I have tried countless scripts and they all just return nothing at all???
Here is one example:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "[
www.example.com"]

;
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
curl_close($ch);
echo $out
I have enabled the curl.dll by clicking on the wamp icon in the system tray then going php settings>php extensions>php_curl
I would really love any help you can offer!
Post Edited (10-28-07 03:38)
nOtEd!!!