Help I'm tearing my hair out - Updating database field
I have a database with a single column ‘item’
In the application I have a page which displays this one ‘item’
I would like to have a text field in which the user can type an updated ‘item’
I would then like a button, which when clicked, updates ‘item’ with the text entered.
I have no idea of how to do this and been playing around with it for hours! Do I need to use a push service, local storage variable? I have no idea how to complete this simple task. If someone could take me through it step-by-step I would be eternally grateful!