Add following three lines to your php code at the top which will prevent your response from getting cached which may be required in some cases.
header(‘Pragma: no-cache’);
header(‘Cache-Control: no-cache’);
header(‘Expires: 0′);
Here in blog most of the stuff is technical as I am guy with technical background. You might find some innovative and motivating stories along with some funny stories.I hope you find it useful :-) Happy blogging.
No comments:
Post a Comment