Пример #1
0
    body{ background:url(images/b1.jpg) no-repeat center top scroll;
background-size: 100% auto;
padding-bottom: 50%;}
    </style>

  </head>
  <body>
    <div class="container">
    	<div class="row">
    		<div class="col-md-4">
            <?php 
//$hh=$user->checkscope();
$hh = $user->checkwaitlist();
//if($i==1){
if ($hh == false) {
    $findfirstid = $user->findfristidfromtbl();
    //$cid=$findfirstid['id'];
    foreach ($findfirstid as $fw) {
        $cname = $fw['user_name'];
        $did = $fw['id'];
        echo $cname;
        echo $did;
    }
    $insertnwait = $user->insertfinalwait($cname);
    //header('Location:chat.php?cid=<?php echo $cid
    $deletefr = $user->deletefromwaitlist($did);
}
?>
    		</div>
    		<div class="col-md-4" style="margin-top:420px">