is there any way to clear browser's cache with php??
No. PHP runs on the server. The browser cache is a client-side issue. If there is a way, it would be via JavaScript; and as even that would seem to be a horrible security breach in my mind, I suspect (or at least hope) that's not possible, either.
you can set cache headers if that's any help, what are you actully trying to achieve?
And if all you need to do is serve up a new version of the same content before the cache for that particular resource expires, add a querystring parameter that you can change when you need to, thus forcing the browser to reload the "same" file.
i want a calender with php only no java script. any help..... suggestion......
php calender
so write one