index.php - Längst upp
Kod:
<?php
session_start();
if (!isset($_SESSION['splashshown'])) {
$_SESSION['splashshown']='okelidokeli';
header("Location: [URL=http://www.example.com/showflash.html");]http://www.example.com/showflash.html");[/URL]
exit;
}
?>
<html></html>