Check the Header() function in the manual:

// Tels to the browser the page has caducated and forces to reload..
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// Avoids cahce. It seams it's what you want.
header("Cache-Control: no-cache, must-revalidate");

Gabriel.


"Open-Mind" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
How can I "disable" the use of History(Temporary Internet Files) in a page ?
(and don't tell me: it's easy: Tools->internet options->settings ...;-) ...
from script (htm ?, js ?, php ?????) I want to do this ..)

PS: I have a script witch generate jpegs (cuts from a larger one) and
sometimes in browser I see older pictures ...
If I go to: Tools->internet options->settings-> chk for new versions every
visit to the page  .... everything works just fine

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to