hello,
if we want that whenever a page is loaded into the browser, it's a new one i.e. the page does not comes from the browser's cache or the proxy's cache......
we , in html, use.....
<META HTTP-EQUIV="Expires" CONTENT="-1">
how can we do this in php....
i can't use the above html code because i have to redirect to some another page, and if i use the html tag then i won't be able to redirect (error will be -> headers already sent)
please help
thanks in advance
vishwa vivek