[thelist] Using PHP to read and cache XML feed

Matt Warden mwarden at gmail.com
Wed Oct 18 10:59:26 CDT 2006


On 10/18/06, Pringle, Ron <RPringle at aurora-il.org> wrote:
> What I'm having a hard time finding info about, or at least information I can understand, is on caching the xml file.
>

You can cache it a number of ways. The easiest would be to store it in
a text field in a database table. Another option would be to store it
as a file in the file system. I don't personally know of anything in
the PHP environment that allows application level memory storage
(non-disk).

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the thelist mailing list