Help with UPDATE
Posted: Tue Nov 13, 2007 3:08 am
Is it possible to build up a body of text in an update field from a bank of comments? For example, the user selects a sentence which goes into the textfield and when the next sentence is selected it goes in at the end of the previous one? The sentences are in a table called CmntBnk and i'd like them to go into a field called 'Cmnt' in table 'Feedback'.
In a past life as an Access developer I did this with a paste command, pasting text from one form directly into another. I also had a procedure to replace an <n> in the comment with the name of the person. Is there any way I can get near to this with PHP?
Thanks
In a past life as an Access developer I did this with a paste command, pasting text from one form directly into another. I also had a procedure to replace an <n> in the comment with the name of the person. Is there any way I can get near to this with PHP?
Thanks