<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SASKIT| HOME</title> <link rel="stylesheet" href="node_modules\bootstrap\dist\css\bootstrap.min.css" /> <script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script> <script type="text/jscript"> $(document).ready(function (){ $("#amount").keyup(function(num) { var $answer = num[0] + num[1] $("#monney").html("ยอดเงินของคุณคือ : " + $answer+ " "); }); }); </script> </head> <body> <div class="row"> <div class="col-12">ตู้หยอดเหรียญอัติโนมัต</div> <div class="col-4" width:"50px"> <form id="summ" action="" method="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" name="summ" );> <!-- input --> กรุณายอดเหรียญ : <input id="amount" type="text" style="width:300px;" name="amount" placeholder="กรุณาใส่เหรียญ 1 2 5 และ 10 บาท เท่านั้น "> <!-- Submit --> <!-- <input id="submit" name="submit" type="submit" value="ENTER"></input> --> <!-- output --> <div id="monney"></div> </div> </div> <div id="example1_wrapper" class="dataTables_wrapper form-inline dt-bootstrap"> <div class="row"> <div class="col-sm-12"> <table id="example1" class="table table-bordered table-striped dataTable" role="grid" aria-describedby="example1_info"> <tbody> <thead> <tr role="row"> <th tabindex="0" rowspan="1" colspan="1" style="width: 10%;"><center>id</center></th> <th tabindex="0" rowspan="1" colspan="1" style="width: 40%;"><center>name</center></th> <th tabindex="0" rowspan="1" colspan="1" style="width: 40%;"><center>image</center></th> <th tabindex="0" rowspan="1" colspan="1" style="width: 50px;"><center>price</center></th> <th tabindex="0" rowspan="1" colspan="1" style="width: 80px;"><center>in_stock</center></th> <th tabindex="0" rowspan="1" colspan="1" style="width:20%;"><center>เลือกสินค้า</th> </tr> </thead> <?php $conn = mysqli_connect("localhost","root","", "saksit"); mysqli_set_charset($conn, "utf8"); $condition = ""; if (isset($_POST["keyword"])) { $condition = " where ques like '%".$_POST["keyword"]."%'"; } $strSQL = "SELECT * FROM `test`"; $objQuery = mysqli_query($conn, $strSQL);// or die(mysql_error()); while($row = mysqli_fetch_assoc($objQuery)){ print "<tr>"; print '<td>'.$row["id"].'</td>'; print '<td>'.$row["name"].'</td>'; print '<td>'.$row["image"].'</td>'; print '<td>'.$row["price"].'</td>'; print '<td>'.$row["in_stock"].'</td>'; print "<td><p><input type='radio' class='form-check-input' name='optradio'>SELECE PRODUCE</a></td>"; print "</tr>"; } ?> </tbody> </table> <div> <input name="btnSubmit" type="submit" value="Submit"> <input name="btncancel" type="reset" value="cancel"> </div> <? function input($data) { $data = trim($data); $data = stripslashes($data); $data = htmlspecialchars($data); return $data; } $answer = ""; $name =""; $moNey = ""; $product =""; $xxx =""; } } ?> </form> </div>Code (PHP) [php]
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง