i would like to know how this can be done. lets say i have this in my database “first” and if i want to update and add the “second” in which i can have this format “first, second”.
i used this UPDATE table SET number="second" but it removes the “first”.
i am using php and mysql,
thank you
i would like to know how this can be done. lets say i have
Share
I guess you mean:
but I don’t think that’s what you need. Can you explain what you are trying to do?