Hello,
I'm experiencing a very strange problem with a MySQL query.
Firstly, I use mysql_query() to print the value that I need to modify
I modify it by doing an update ( mysql_query("UPDATE TABLE ...") ) .
When I look into the table directly (with phpmyadmin) the value has
been correctly changed.
But when I use again mysql_query() to print the new value,
it gives me the last value that were there, before the update.
I have to refresh the page ( F5 ) to get the correct result.
I have this problem only with IExplorer.
It works with Mozilla.
Somebody told me that maybe it was a problem of the cache of my
Explorer, but I didn't manage to find anything to make it work.
Does anybody know what's happening?
Thanks
Jean Baptiste Isnardon