87
VALUES ('$type','$title', '$description', '$author', '$responsible', '$controlling',
'$IsDate', '$date', '$date', 0);";
$result = $mysqli->query($sql);
$logs = " $author ()
$title";
$sql_l = "INSERT INTO `logs` (`text`,`date`, `time`) VALUES
('$logs','$IsDate', '$IsTime');";
$result_l = $mysqli->query($sql_l);
exit ("<html><head><meta http-equiv='Refresh' content='0;
URL=$IsWebUrl/index.php?param=edict'></head></html>");
print_r (1);
}
break;
3.
<?php
if (isset($_GET['id'])) { $id = $_GET['id']; if ($id == '') { exit
("<html><head><meta http-equiv='Refresh' content='0;
URL=index.php'></head></html>"); } } #