<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>ข้อมูลวัสดุ</title> <!-- /////////////////////////////////////////////css,js////////////////////////////////////////////////////////// --> <link rel="stylesheet" type="text/css" href="../scsticker/css/formstyle.css"/> <link rel="stylesheet" href="../scsticker/css/buttons.css"> <script type="text/javascript" src="../buttons/js/buttons.js"></script> <script src="../scsticker/js/jquery-1.10.1.min.js"></script> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="../scsticker/css/customize-template.css" type="text/css" media="screen, projection" rel="stylesheet" /> <link rel="stylesheet" href="assets/css/styles.css" /> <link rel="stylesheet" href="../scsticker/css/fonts_googleapis.css" /> <!-- ////////////////////////////////////////////////////////////////////////////////////////////////////////////// --> </head> <body> <!-- /////////////////////////////////////////////////////////////////////////////////////////////////////////// --> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <button class="btn btn-navbar" data-toggle="collapse" data-target="#app-nav-top-bar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="index.html" class="brand"><i class="icon-lemon"> SCSTICKER</i></a> <div id="app-nav-top-bar" class="nav-collapse"> <ul class="nav pull-right"> <li> <a href="indexs.html"><i class="icon-user">logout</i></a> </li> </ul> </div> </div> </div> </div><br/><br/><br/><br/><br/> <!-- ////////////////////////////////////////////////////////////////////////////////////////////////////// --> <section class="page container"> <div class="row"> <div class="span16"> <div class="box"> <a href="index.html" class="button button-rounded button-flat">หน้าหลัก</a> <a href="datamain.html" class="button button-rounded button-flat">ข้อมูลหลัก</a> <a href="material.php" class="button button-rounded button-flat">ข้อมูลวัสดุ</a> <div class="box-header"> <i class="icon-bookmark"></i> <h5>ข้อมูลวัสดุ</h5> </div><br/> <!-- <a href="material_form_insert.php" class="button button-rounded button-flat">เพิ่มข้อมูล</a> --> <!-- กรอบตารางรอบนอก --> <div class="box-content"> <center> <div class="btn-group-box"> </div> </div> <center> <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////// --> <!-- connect table in database --> <?php $host = "localhost"; // ชื่อ host หรือ ip ที่ใช้ $userhost = "root"; // ชื่อ user ที่ใช้ในการล็อกอิน $passhost = ""; // password ที่ใช้ในการล็อกอิน $database = "scsticker"; // ชื่อ Database $conn = mysql_connect($host,$userhost,$passhost); if(!$conn){ echo "ไม่สามารถเชื่อมต่อฐานข้อมูลได้"; } mysql_query("use $database"); // เลือกฐานข้อมูลที่ใช้ mysql_query("SET character_set_results=utf8"); mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); $query = "select * from material"; $data = mysql_query($query); //query ข้อมูล while($show = mysql_fetch_array($data)){ echo $show[0]." ".$show[1]." ".$show[2]." ".$show[3]." ".$show[4]." ".$show[5]." ".$show[6]." ".$show[7]." ".$show[8]." ".$show[9]." "; //โชว์ข้อมูล } ?> <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////// --> <form> <table class='table table-hover table-striped'> <tr> <th width="100px">รหัสวัสดุ</th> <th width="150px">ชื่อวัสดุ</th> <th width="100px">รหัสสี</th> <th width="100px">รหัสยี่ห้อ</th> <th width="150px">รูปภาพวัสดุ</th> <th width="200px">รหัสประเภทวัสดุ</th> <th width="100px">จำนวน</th> <th width="150px">รหัสหน่วยนับ</th> <th width="150px">ราคาต้นทุน</th> <th width="150px">จุดสั่งซื้อวัสดุ</th> </tr> </table> </form> </center> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง