session_start();
include_once('php/param.php');
include('php/db_func.php');
if($dbok>'')
{
header('location: php/under.php');
}
if(!isset($_SESSION['ses_yper_no']))
$_SESSION['ses_yper_no']=1;
if($_SESSION['ses_yper_no']==0)
$_SESSION['ses_yper_no']=1;
?>
include('php/slide_show.php');?>
=$sitename;?>
include('php/top.php');
if($_SESSION['ses_yper_no']>0)
{
$resyper=get_yperlink($_SESSION['ses_yper_no']);
if(mysql_num_rows($resyper)>0)
{
$p=mysql_fetch_array($resyper);
$_SESSION['trlink']=trim($p['yper_link']);
}
else
{
$_SESSION['trlink']='';
}
}
else
{
$_SESSION['trlink']='';
}
?>
if($_SESSION['trlink']>'')
{?>
}
else
{?>
Άγνωστο link '=$_SESSION["trlink"]?>' '=$_SESSION["ses_yper_no"]?>'
}?>
include('php/bottom.php');?>