Question
How do I refresh a page after a database update?
I have a page where I perform a database update and then redirect the page back to itself.
Even though the database is updated correctly and the page is redirected, it is not refreshing the page so I am not able to see the changes made to the database.
How do I make this happen?
