Topic: How do you Curl this code?
$feeds = array ('0' => array('title' => 'CNN Technology', 'feed' =>('http://rss.cnn.com/rss/cnn_tech.rss')))
I get the message "url file access is disabled in server" with Dreamhost, so the only option is to use "curl" But, I couldn't figure it out how to curl the above code.
P.S. This is part of AJAX RSS reader.