Bad refresh

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aetoc
Forum Commoner
Posts: 37
Joined: Tue Jan 31, 2006 2:48 am

Bad refresh

Post 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?
rebus
Forum Newbie
Posts: 11
Joined: Tue Nov 07, 2006 6:13 pm
Location: Croatia, Zadar

Post 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.
aetoc
Forum Commoner
Posts: 37
Joined: Tue Jan 31, 2006 2:48 am

Post by aetoc »

Thanks. It looks like it's working.
Post Reply