include ("conne.php"); if(isset($_GET['barcode_item'])){ $barcode_item = $_GET['barcode_item']; $sql1="select * from item where barcode_item = '$barcode_item'"; $qr =@mysql_db_query($dbname,$sql1) or die("error $sql1"); $row =@mysql_num_rows($qr); if($row >0){ $message ="1"; echo $message; }else{ $message ="0"; echo $message; } }
<script src="js/jquery-1.9.1.js"></script> <script> $(document).ready(function(){ $("#barcode_item").keyup(function(){ var barcode_item = $("#barcode_item").val(); $.ajax({ type: "GET", url:"category_process.php", cache:false, data:"barcode_item="+barcode_item, success: function(msg){ if(msg==1){ $("#valid").val(msg); $("#validate").html("<img src='images/not.jpg'>"); }else{ $("#valid").val(msg); $("#validate").html("<img src='images/checked.png'>"); } } }); }); }); </script> <input type="text" name="barcode_item" id="barcode_item" required > <input type="text" id="valid" /> </form>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="images/logotop.jpg" type="image/x-icon" rel="shortcut icon"/> <title>CHECK STOCK</title> </head> <body></body> </html>0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="images/logotop.jpg" type="image/x-icon" rel="shortcut icon"/> <title>CHECK STOCK</title> </head> <body></body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง