Possible Duplicate:
How to clear browser cache with php?
I have created a web application which uses so many javascript code. So sometimes it load cached javascript on client pc which is older version from current one. So I want to add a code using php or any other method which can clear the cached content before loading the page. How can I do that?
Thanks in advance.