Re: [PHP] Array cookie

2003-07-22 Thread Curt Zirzow
* 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...

Re: [PHP] Array cookie

2003-07-22 Thread Jacob Vennervald Madsen
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 a

Re: [PHP] Array cookie

2003-07-22 Thread Curt Zirzow
* 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 few more