Your IP : 216.73.217.87


Current Path : /hdd/hdd11/www/vlevski/enter/quiz/
Upload File :
Current File : /hdd/hdd11/www/vlevski/enter/quiz/ans.php

<?php
	include("./conn.php");
	$avc=$_POST["avc"];
	$r=$_POST["r"];
	$t=$_POST["t"];
	$ts=$_POST["ts"];
	if (($avc!="") && ($t!="") && ($ts!="") && ($r!=""))
	{
		$qask=mysqli_query($db, "UPDATE `players` SET `r`='".$r."', `t` = '".$t."', `ts` = '".$ts."', `s`='1' WHERE `avc`='".$avc."';");
	}
	include("./close.php");
?>