Re[2]: [PHP] ARRAY

2003-12-10 Thread Richard Davey
Hi, Wednesday, December 10, 2003, 6:29:43 PM, you wrote: RM> Because it's and array! print and echo take strings, not RM> arrays, I believe. Anyway, print_r() or a foreach loop will do it RM> for you. Agreed.. print_r() is the best, but if you're outputting all of this text into the browser (w

Re[2]: [PHP] Array into database

2002-06-12 Thread Stuart Dallas
On Wednesday, June 12, 2002 at 7:18:18 AM, you wrote: > And how should I store a serialized variable in my database? As String or as > Blob? Since serialize returns a string, I would guess that you store it in a mongoose. Sorry for the sarcasm, but it's getting late and that info is on the manual