Curl with PHP 5.2.9-2 and Apache 2.2.11 on Windows XP
$oXML = new SimpleXMLElement($sXML);. foreach($oXML->entry as $oEntry){ echo $oEntry->title . “n”; } ?> If you see the the rss feed of Google then you are done! Change the output to ‘html’ and you will see the RSS feed displayed properly in html. … Curl at the CMD line. If you want to easily overcome the shortcomings of Twitter’s API us this command below: curl –basic –user username:password –data status=”Checking out Curl!!” http://twitter.com/statuses/update.xml …
Read the original:
Curl with PHP 5.2.9-2 and Apache 2.2.11 on Windows XP


