is it possible to clear the cache automatically?
Printable View
is it possible to clear the cache automatically?
PHP is server-side, so i would say no (could be wrong, but im pretty sure its not possable). You can add headers to your php pages so browsers do not cash them.
What are you trying to achieve?
Ask yourself this question. Would you like it if I gave you a link, which when you clicked, cleared your Internet Cache?
This is the reason why it cannot be done.
maybe if it only cleared the cache for the specific domain. I think that would be possible.
You can only ask the client not to cache the content in the first place by sending cache controlc headers.
thats kinda what i meant.