MySQL Syntax Needed

wxdqz

New Member
Hi I'll try and make this short and simple

I am trying to update the contents of a field, I want to leave the contents that already exists in the field and add the additional data via a simple submit
form e.g.

"name A" already exists in the field.

form is submitted and the field was filled out as "name B".

so the data I want in the field is as follows "name A, name B".

Any idea how/if this can be done ? all sugestions are welcome, I think its something like an "ALTER" or "ADD" command but I really am not too sure.


Thanx
 
Back
Top