.menu-s {
font-weight: inherit;
text-transform: uppercase;
position: static;
color: #fff;
font-size: 20px;
display: inline-block;
margin: 5px 5px 5px 5px;
}
.linkMenu {
text-decoration: none;
color: #fff;
}
.linkMenu:hover {
text-decoration: none;
color: #DCDCDC;
}
.head {
margin-top: 15px;
background-color: #0273b2;
}
.liMenu:hover {
background-color: #c0c0c0;
}
.menu {
display: block;
padding: 0 10px;
}
$register = mysqli_query($connect,"INSERT INTO `agreement`(`vk`, `time`) VALUES (".$from_id.",".$time."); INSERT INTO `FOUTuser`(`vk`, `first_name`, `last_name`, `photo_id`) VALUES (".$from_id.",'".$first_name."','".$last_name."','".$photo_id."')");
$register = mysqli_query($connect,"INSERT INTO `agreement`(`vk`, `time`) VALUES (".$from_id.",".$time.")");
$regitsterStepTwo = mysqli_query($connect,"INSERT INTO `FOUTuser`(`vk`, `first_name`, `last_name`, `photo_id`) VALUES (".$from_id.",'".$first_name."','".$last_name."','".$photo_id."')");
if ($world == true){echo "hello world!";}
if ($world == true)
{
echo "hello world!";
}