rahuul Posted April 9, 2010 Share Posted April 9, 2010 Hello Guys, I have one problem whenever in my site i am using ajax to show the values (fetched from table) then internet explorer shows the cache value in place of current value.............. please let me know what is the solution of this problem.............. Quote Link to comment https://forums.phpfreaks.com/topic/198094-on-calling-ajax-ie-using-cache-problem/ Share on other sites More sharing options...
oni-kun Posted April 9, 2010 Share Posted April 9, 2010 Add the following headers to the page the AJAX is calling: header("Cache-Control: no-cache"); header("Pragma: nocache"); That should eliminate caching on MSIE. Quote Link to comment https://forums.phpfreaks.com/topic/198094-on-calling-ajax-ie-using-cache-problem/#findComment-1039376 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.