include("header.php"); ?> exit ; } else{ ?> } ?> $query = mysqli_query($link, "Select Count(seqno) from AutoWord Where YN = 'N'"); $rs=$query->fetch_assoc(); $Count = htmlspecialchars($rs["Count(seqno)"]) ; if ( $Count == 0 ) { $i = 1; //i변수에 1을 대입합니다. while($i<=100) //i가 10보다 작거나 같을 때 반복합니다 { $SQL = "INSERT INTO AutoWord " ; $SQL = $SQL . " (" ; $SQL = $SQL . " word " ; $SQL = $SQL . ") values (" ; $SQL = $SQL . " '".AuthWord()."' " ; $SQL = $SQL . " )" ; mysqli_query($link,$SQL); $i++; //i를 1씩 증가합니다.(증감식) } } $query = mysqli_query($link, "Select word from AutoWord Where YN = 'N' and Confirm = 'N' ORDER BY RAND() LIMIT 1"); $rs=$query->fetch_assoc(); $AutoWord = htmlspecialchars($rs["word"]) ; $SQL = "UPDATE AutoWord set YN = 'Y' Where word = '".$AutoWord."' and YN = 'N' and Confirm = 'N'" ; mysqli_query($link,$SQL); $query = mysqli_query($link, "Select * from users Where UserEmail = '".$_SESSION['UserEmail']."'"); $rs=$query->fetch_assoc(); $deposit_address = base64_decode(htmlspecialchars($rs["deposit_address"])) ; $cash = htmlspecialchars($rs["cash"]) ; $strSQL = "Select arte_usdt " ; $strSQL = $strSQL . " from setting " ; $query = mysqli_query($link, $strSQL ); $quote_rs=$query->fetch_assoc(); $arte_usdt = $quote_rs["arte_usdt"]; ?>
지불 수량