Hello Group,
I have a php file which will list the pending
task for each developer. If the developer
changes some thing it will update to database.
Once the user clicks the update button it shows
the another page and there will be button back to
list of pending task. It will again fetch from database.
At the second time if user update some other data. It giving
me the old data list also.
Anyone Pls suggest me how to clear the cache in PHP.
I used ClearStatCache( ) this is not working. And also I added
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0"> in my php file.
I have a php file which will list the pending
task for each developer. If the developer
changes some thing it will update to database.
Once the user clicks the update button it shows
the another page and there will be button back to
list of pending task. It will again fetch from database.
At the second time if user update some other data. It giving
me the old data list also.
Anyone Pls suggest me how to clear the cache in PHP.
I used ClearStatCache( ) this is not working. And also I added
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0"> in my php file.
Comment