Jump to content

Browser issues with php


rahul_jjj

Recommended Posts

I have a written a code in php with ajax for login validation..I have a login.php from where I am getting the request for Ajax and call the ajax.php something like this "  xmlHttp.open("GET", "ajax.php", true);  "

 

I get the output as desired but when I change the content in ajax.php say for example if I change a string username as User it is not reflected when I refresh the page. It works when I use a new window.

 

Browser used  : IE

 

Do I need to enable any browser setting to make this work in the same window.

 

Anyone advise

Link to comment
https://forums.phpfreaks.com/topic/134985-browser-issues-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.