Problem in IE data fetching
Posted: Thu Nov 26, 2009 6:00 am
Hello Sir,
May I ask help, because I am encountering problem in AJAX php in IE. In mozilla fire fox when I update the data and refresh it true ajax it usuall views the updated data. But in Internet explorer when I update the data, the data in the database was updated but in the browser it still showing the old data and not the new one. example "1" is my old data and I update it to "2" in the data base. The data in the data base was changed to "2" but when I fetching it to IE it's still "1" please post some advice regarding this. I also notice that I need to close my browser for me to see the updated data.
May I ask help, because I am encountering problem in AJAX php in IE. In mozilla fire fox when I update the data and refresh it true ajax it usuall views the updated data. But in Internet explorer when I update the data, the data in the database was updated but in the browser it still showing the old data and not the new one. example "1" is my old data and I update it to "2" in the data base. The data in the data base was changed to "2" but when I fetching it to IE it's still "1" please post some advice regarding this. I also notice that I need to close my browser for me to see the updated data.