![]() |
cURL RSS Parsers
Anybody have any knowledge of RSS Parsers using cURL. My webhost doesn't allow the allow_url_fopen option in the php config.
I am looking at using rss-feeds with a few affiliates. thanks! |
hummmm.... weird.. curl is used in so many instances.
we allow " allow_url_fopen" on our boxes. |
There are so many ways to parse a site. Take a look at a PHP library called Snoopy. It implements the HTTP protocol in PHP so you simulate a browser request.
|
Code:
function getContent($url) from there you can either load it under SimpleXML or parse it manually (which could be painful) Need more help or need something done? Feel free to contact me at xenilk(at)gmail.com |
All times are GMT -7. The time now is 09:27 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123