Ù¾Ùx86Ùx84-Ùx85دÛx8cرÛx8cت.png (اÙx86دازÙx87 185.83 KB / تعداد داÙx86Ùx84Ùx88د: 1)
Ù¾Ùx86Ùx84-Ùx85دÛx8cرÛx8cت.png (اÙx86دازÙx87 185.83 KB / تعداد داÙx86Ùx84Ùx88د: 1)
<?php
require_once '../main.php';
$time = getCurrentTime();
if(isset($_POST["send"])){
$userid = $_SESSION['user_id'];
$onvanid = $_SESSION['onvan_id'];
for ($i = 1; $i <= 17; $i++) {
if($_POST['group'.$i] == "on"){
$number = $_POST['number'.$i];
$moshakasat =$_POST['moshakasat'.$i];
$tozihat = $_POST['tozihat'.$i];
$branch = $_POST['branch'.$i];
$db = Db::getInstance();
$db->insert("INSERT INTO `form`(`user_id`, `BranchName`, `onvan_id`, `num`, `moshakasat`, `description`, `registerTime`, `lastVisitTime`) VALUES ('$userid' , '$branch' , '$onvanid' , '$number' , '$moshakasat' , '$tozihat' , '$time' , '$time')");
}
header('location:index.php');
exit();
}
}else{
header('location:index.php');
exit();
}
برچسب:
نویسنده: خنجی