Hi
Can someone check if there is any errors in this PHP-code?
<?
$sSida=$_GET["sida"];
$sBild=$GET["bild"];
$sFilm=$GET["film"];
switch ($sSida)
{
case 1: include("start.php"); break;
case 2: include("skiv-samlingen.php"); break;
case 3: include("dvd-samlingen.php"); break;
case 4:
if ($sBild=="1")
{
include("birgitta.php");
}
else
if ($sBild=="2")
{
include("ingela.php");
}
else
if ($sBild=="3")
{
include("ingela2.php");
}
else
if ($sFilm=="1")
{
include("michel-mov.php");
}
else
{
include("nagra_bilder.php");
}
break;
case 5: include("kontakta_mig.php"); break;
case 6: include("info.php"); break;
case 7: include("gb.php"); break;
}
?>
Kind regards: The Newbie 🙂