| Current Path : /hdd/hdd11/www/sbogat/no-ssl/data/ |
| Current File : /hdd/hdd11/www/sbogat/no-ssl/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);
?>