Hi everybody!
I have a problem. I made a simple update script for a table in my mysql db.
I wanted to make it easier for my users to update fields by showing the existing db values in the input form.
So when the page loads a table shows up with a form and input fields filled with values which are already in the db.
However, when the user modifies the values and presses the submit button everything works fine and the values are changed in the db, but the form changes the input values to the old ones... ?!?!?!
I have to reload the page again so I could see the new values...
why is that?
Please, help!
😃
Thanks!