Re: [PHP] array - too stupid

2001-02-18 Thread Christian Reiniger
On Sunday 18 February 2001 21:26, [EMAIL PROTECTED] wrote: > > hi, > > how can i store an array in mysql ? > > > what i do now ( works fine ) > > > > a) transform the array to a § delimeted string > // $tempItem is a § dlimited stringexample: 4321§117§A123§42WQ§1243

[PHP] array - too stupid

2001-02-18 Thread andreas \(@work\)
hi, how can i store an array in mysql ? what i do now ( works fine ) a) transform the array to a § delimeted string // $tempItem is a § dlimited stringexample: 4321§117§A123§42WQ§1243 b) $tempItem = serialize($tempItem); c) store it in mysql-table and i ge