Hello All:
I'm working on a project that requires me to perform a process of taking user input from a form's textarea and appending it to another text field in the database.
This field already has information in it. I want to be able to append the new value separated by a line and time&data stamp --at the point of the new addition.
Is this achievable? I realy hope someone is familar with this and can provide help.
My database is MYSQL and abviously, PHP is the scripting language.
Thanks for the time!
Mossa