I am working with a flash application with php. I need use clean php output cache function. so flash can reload the php code when flash refresh ,so the flash can display new data ,not from cache.
I work with ASP before.I use
Response.Expires=-1 in ASP
Do you know php function can do the same job.
Thanks