|
Posted by Sanders Kaufman on 11/18/06 15:58
Paul wrote:
> I need to get, parse and display RSS feeds while having the ini setting,
> allow_url_fopen = Off.
>
> I used to use (in version 4.1) domxml_open_mem() but it's not longer
> available in this verison for some reason - and cannot install pecl
> extensions.
>
> Any ideas? Any example scripts?
Offload the URL retrieval from the server to the client?
The client would get the RSS XML via JavaScript, and
then it would pass it to your server as a file
upload, cookie, or form variable.
Navigation:
[Reply to this message]
|