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
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
2 matches
Mail list logo