hi,
You can use the update query to get this done.
$sql= "Update tablename set fldvalue= '$userid';
hope this helps u in solving the problem.
Good Day
Rich wrote:
I'm trying to add some data to a field in my MySQL database. What I want to do is change the field value to:-
fieldvalue = fieldvalue, $userid
but I can't figure out how to append data. Any clues?
The column is a LONGTEXT type.
Thanks!