Before you output any HTML data put this in your script
Header("Cache-control: private, no-cache");
Header("Expires: Mon, 26 Jun 1997 05:00:00 GMT");
Header("Pragma: no-cache");
I've used these on quite a few pages to keep AOL's proxies from caching pages to make AOL look faster and it seems to work.