Appending field contents in MySQL

admin

Administrator
Staff member
Is there anyway that I can append data onto the contents of a field in MySQL without pulling the data out into PHP first, appending and then resubmitting?

I ask because I am still at a loss as to why my Update scripts in php work sometimes, but not all the time when dealing with text or longtext fields.

Nick.
 
Back
Top