I have created a Question of the week project in PHP and I have used AJAX to make things work in run time and MySQL as the database. My entire project works absolutely fine in Firefox and even in Google Chrome. But it does not works on Internet Explorer.
It does not makes the changes. eg. If I post using IE, it will not show the posted question in the response, even if I try to refresh. But if I refresh my project in Firefox, it shows me the question posted. To see the changes in IE, I actually have to close the IE and start all over again.
Can you please suggest what all should I do to get rid of this problem?