Katreklam popup unun günde bir kere açılması için ne yapmam gerekir. Aşağıdaki kodda yanlışlık nedir?
<?
session_start();
if (!session_is_registered("popup")) {
$_SESSION['popup']=1;
?>
<script type="text/javascript"><!--
kat_wm_client = "xxx-xxxxxx";
kat_reklam_site = "http://www.xxx.net";
ksi = xxx;
//-->
</script><script type="text/javascript" src="http://ads.katreklam.net/sp2pop.php"></script>
<?
}
?>