Warning: Cannot add header information - headers already sent by (output started at /home/sites/site/web/prenotazione/tifrego2.php:2) in /home/sites/site/web/prenotazione/tifrego2.php on line 4
![]()
![]()
![]()
Il codice php cui si riferisce l'errore eè il seguente...
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Data passata
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
// sempre modificato
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
print "<object classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='640' height='480'>";
print " <param name='movie'value='provasoluzione.swf'>";
print " <param name='quality' value='high'>";
print " <embed src='provasoluzione.swf?tifrego='.rand().'' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='640' height='480'></embed>";
print "</object>";
?>
Grazie
![]()
tom