append to existing array in Mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
itziktdk
Forum Newbie
Posts: 3
Joined: Wed Mar 24, 2010 4:28 am

append to existing array in Mysql

Post by itziktdk »

Hello

I ask your help in adding into the MySQL cell containing an array
I want a query that appending a new value to a cell without damaging the existing value.

Thanks for the help!
Itzik.
User avatar
phdatabase
Forum Commoner
Posts: 83
Joined: Fri May 28, 2010 10:02 am
Location: Fort Myers, FL

Re: append to existing array in Mysql

Post by phdatabase »

Use the UPDATE query
Post Reply