Page 1 of 1

Bad refresh

Posted: Fri Apr 27, 2007 5:08 am
by aetoc
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?

Posted: Fri Apr 27, 2007 5:18 am
by rebus
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.

Posted: Fri Apr 27, 2007 7:03 am
by aetoc
Thanks. It looks like it's working.