php mysql array - insert array info into mysql
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-05-21T07:31:11Z
Indexed on
2010/05/21
7:40 UTC
Read the original article
Hit count: 340
I need to insert mutiple data in the field and then to retrieve it as an array.
For example I need to insert "99999" into table item_details , field item_number
, and the following data into field bidders
associated with item_number
:
userx
usery
userz
Can you please let me know what sql query should I use to insert the info and what query to retrieve it ?
I know that this may be a silly question but I just can't figure it out .
thank you in advance, Michael .
© Stack Overflow or respective owner