Php Javascript Text Update And Track

I need a script which takes in user generated text, displays it on screen and then saves it to the db. Then the user can click on any individual word and modify it (and the modification will be visible onscreen and saved to the db). For example, if use enters “I like ice cream”, they could then click on the word ‘like’ and enter the word ‘hate’. The string would then be updated to read “I hate ice cream”. The user should be able to update any word in the sentence with any other input and as many times as they like. Needs to be fast.

Leave a Reply

Your email address will not be published. Required fields are marked *