Your IP : 216.73.217.87


Current Path : /hdd/hdd11/www/vlevski/enter/vl/
Upload File :
Current File : /hdd/hdd11/www/vlevski/enter/vl/o.php

<?php
	header("Cache-Control: no-cache, must-revalidate");
	header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
	date_default_timezone_set("Europe/Sofia");
	$i=$_GET["i"];
	$h=$_GET["h"];
	if ($h==1)
	{
		$l=6;
	}
	else if ($h==2)
	{
		$l=10;
	}
	else if ($h==3)
	{
		$l=14;
	}
	else if ($h==4)
	{
		$l=18;
	}
	else
	{
		$l=22;
	}
	include("./conn.php");
	$cardsint=mysqli_query($db, "SELECT * FROM `report` WHERE `i`='".$i."' LIMIT 1");
	while ($singlecardint=mysqli_fetch_row($cardsint))
	{
		$ll=$singlecardint[$l];
	}
	header("location: ".$ll."");
?>