Nirbhay
03-12-2010, 06:09 AM
Hi All,
I have created one page in php where in from drop down user can choose value and after clicking on the update button it is updated in db, there are so many fields and drop downs in the page but specifically for two drop downs values it is taking more than a min to update the value. I am making use of AJAX here and after clicking on the update button for the above mentioned fields user can scroll up and down the page and if he clicks on some other button then it throws some error.
I have added below mentioned code also but still same problem.
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', FALSE);
header('Pragma: no-cache');
Can anyone tell how to fix this issue.Thanks in advance ...
I have created one page in php where in from drop down user can choose value and after clicking on the update button it is updated in db, there are so many fields and drop downs in the page but specifically for two drop downs values it is taking more than a min to update the value. I am making use of AJAX here and after clicking on the update button for the above mentioned fields user can scroll up and down the page and if he clicks on some other button then it throws some error.
I have added below mentioned code also but still same problem.
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', FALSE);
header('Pragma: no-cache');
Can anyone tell how to fix this issue.Thanks in advance ...