I have a php (site_area_list.php) that makes some queries to my db. I make a change to the results (delete, or update through site_area_update.php) but when the site_area_list.php is been reload I don't see the changes.
I know that it has something to do with the Internet settings of IE becose when I set the IE to check for newer versions of the page every time I visit the problem stops. Is there any way to bypass this problem?
Bad refresh
Moderator: General Moderators
I don't fully understand the problem as i have never used IE, but perhaps you can try using meta no-cache tags (or by using headers).
( OFC if this is caching problem )
http://www.i18nguy.com/markup/metatags.html
http://hr.php.net/header
Hope this helps.
( OFC if this is caching problem )
http://www.i18nguy.com/markup/metatags.html
http://hr.php.net/header
Hope this helps.