* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Shantanu Oak ([EMAIL PROTECTED]):
> > Hi,
> > I have written a feed reader for my personal use. The
> > php code given below does work. But it works only with
> > a single feed. How can I save multiple cookies
> > (array?) and display a
You could serialize your an array and save it in the cookie, but I would
also recommend using a session and then save the serialized array in
this instead.
Jacob Vennervald
On Tue, 2003-07-22 at 09:36, Curt Zirzow wrote:
> * Thus wrote Shantanu Oak ([EMAIL PROTECTED]):
> > Hi,
> > I have written
* Thus wrote Shantanu Oak ([EMAIL PROTECTED]):
> Hi,
> I have written a feed reader for my personal use. The
> php code given below does work. But it works only with
> a single feed. How can I save multiple cookies
> (array?) and display a few more RSS feeds. The example
> page can be found at...
3 matches
Mail list logo