I am having problems in refreshing the results of Mysql queries.
For example I delete a record, and then I make a select, I still get the record I deleted.
Why does it happen? How can I solve it?
Thanks in advance.
Source code will be needed to investigate further, however from just what you've said, my guess is that you aren't clearing out variables containing the 'old' information before you start adding new information (just set it = to "" or whatever)..
cheers,
kyle