par
neo765 » 26 oct. 2006, 19:48
Non, ça veux tjrs pas
Je me suis peut etre gourré :
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Pragma: no-cache");
require_once('date/connex.php');
$colname_Recordset1 = "1";
...
J'ai cherché sur le web et
<? header("Cache-Control: no-cache, must-revalidate"); ?>
empeche juste la mise en cache, non ?
Sinon je pourrais utiliser du java :
Code : Tout sélectionner
<script language="javascript">
<!--
window.opener.location.reload(true);
self.close();
-->
</script>
Merci
Non, ça veux tjrs pas :(
Je me suis peut etre gourré :
[php]<?php
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Pragma: no-cache");
require_once('date/connex.php');
$colname_Recordset1 = "1";
...[/php]
J'ai cherché sur le web et [php]<? header("Cache-Control: no-cache, must-revalidate"); ?>[/php] empeche juste la mise en cache, non ?
Sinon je pourrais utiliser du java :
[code]<script language="javascript">
<!--
window.opener.location.reload(true);
self.close();
-->
</script>[/code]
Merci