Is php is possible to either: stop a page being cached.
or, set content expiration somehow??
I have an admin section for a site and it lets you modify records, however if you delete/modify a record when you return to the page which lists them all it just gets the page out of cache, instead off requerying the database.
Which means you could click on a link for a record you deleted!
Thanks in advance.
-Matt