Is there a simple line of code that I can put at the end of a command that will tell mysql database to update / refresh the table with the new information straight away?
I have a web based user interface that allows the user to carry out a few functions to update / amend information on the mysql database, however I need the database to refresh straight away so they can use this new information in another query / function.
Is there a simple way of doing this?
TIA