Your IP : 216.73.217.87


Current Path : /hdd/hdd11/www/sbogat/www/data/
Upload File :
Current File : /hdd/hdd11/www/sbogat/www/data/ans.php

<?php
	include("./conn.php");
	$i=$_POST[i];
	$a=$_POST[a];
	if (($a!="") && ($i!=""))
	{
		$qask=mysqli_query($db, "INSERT INTO `answers` (`i`, `id`, `ans`) VALUES (NULL, '".$i."', '".$a."');");
	}
	mysqli_close($db538h9gh598g5h59hgr9ehe98hger89vjrisd89);
	mysqli_close($db);
?>