<? session_start(); //ob_start(); if ($_SESSION[sess_adminid]<>session_id()) { header("Location:login.php"); exit(); } include "connect.php"; $sql="select * from tb_product1"; $result=mysql_db_query($dbname,$sql); $number=mysql_num_rows($result); $no=1; ?> <!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 name="google-site-verification" content="-JMxjN5_Y-rmBGyQb1oI90JjqJPoXbfOGDzu2O27a7U" /> <meta name="description" content="siamscales" /> <meta name="keywords" content="siamscalessystem,siamscales" /> <title>www.siamscalessystem.com</title> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <link rel="stylesheet" href="./css/styles2.css" /> <link rel="stylesheet" href="./css/style1.css" /> <style type="text/css"> <!-- .style1 {font-size: 14px} .style2 { color: #FFFFFF; font-weight: bold; } .style3 { color: #FF0000; font-size: 14px; } .style4 {color: #FF0000} --> </style> <script language="javascript"> function fncSubmit() { if(document.form1.position.value == "") { alert('Please : กรุณากรอกตำแหน่งงาน'); document.form1.position.focus(); return false; } document.form1.submit(); } </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <div id="div1"> <table class="tb_total" width="895" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="895"><img src="img/headmenu.jpg" width="1050" height="160" /></td> </tr> <tr> <td background="img/bg2.jpg"><img src="img/bg2.jpg" width="4" height="33" /></td> </tr> <tr> <td height="195"><table width="1039" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="234" height="162"> </td> <td width="805"> <table width="741" border="0" align="center" cellpadding="2" cellspacing="2"> <tr> <td width="733"> </td> </tr> <tr> <td><p><img src="img/product.gif" width="397" height="60" /></p> <div align="center" style="border-bottom:2px dotted red"></div></td> </tr> <tr> <td height="69"><? include "menu_pro.php";?></td> </tr> <tr> </tr> <tr> <td height="255"> <div class="from"> <form id="form1" name="form1" method="post" action="add_product_total.php" onSubmit="JavaScript:return fncSubmit();" ENCTYPE="multipart/form-data"> <table width="637" border="0" cellspacing="2" cellpadding="2"> <tr> <td colspan="2" background="img/bg2.jpg"><span class="style2">เพิ่มข้อมูลชนิดสินค้าและรายละเอียด</span></td> </tr> <tr> <td>รายการสำคัญ</td> <td><select name="catalog" class="inputs1" id="catalog"onchange="location.href='frm_pro2.php?cat_id='+this.value;" style="width:300px"> <option value="">- Choose -</option> <? include ("connect.php"); $sql="select * from tb_product1 order by cat_id ASC"; $dbquery=mysql_db_query($dbname,$sql); while($result=mysql_fetch_array($dbquery)){ if($cat_id == $result[cat_id]){ //เพื่อให้ แสดง $cat_id ที่ส่งค่ามาให้ ?> <option value="<?=$result[cat_id];?>" selected="selected"> <?=$result[cat_name];?> </option> <? }else{?> <option value="<?=$result[cat_id];?>"> <?=$result[cat_name];?> </option> <? } } ?> </select></td> </tr> <tr> <td>รายละเอียด (ย่อย1)</td> <td><select name="subcatalog" id="subcatalog" class="inputs1" style="width:300px"> <option value="">- Choose -</option> <? if($cat_id != ""){ //กรณีที่ มี่คา caat_id ส่งมาให้ทำงาน include ("connect.php"); $sql_sub="select * from tb_subproduct where cat_id = '$cat_id' "; $dbquery_sub = mysql_db_query($dbname, $sql_sub); while($result_sub=mysql_fetch_array($dbquery_sub)){ ?> <option value="<?=$result_sub[sub_id];?>"> <?=$result_sub[sub_name];?> </option> <? }} ?> </select></td> </tr> <tr> <td>รายละเอียด (ย่อย2)</td> <td> </td> </tr> <tr> <td>ยี่ห้อหรือชื่อผลิตภัณฑ์</td> <td><select name="ref_id_type1" class="inputs1" id="ref_id_type1" > <option value="0">รายการ</option> <? include "connect.php"; $sql="select * from tb_name_product"; $result=mysql_db_query($dbname,$sql); while($rs=mysql_fetch_array($result)) { $id=$rs[id]; $name_product1=$rs[name_product1]; echo "<OPTION VALUE='$id'>$name_product1</OPTION>"; } ?> </select> <span class="style4">ไม่ใส่ก็ได้</span></td> </tr> <tr> <td>ชื่อหรือรุ่น</td> <td><input name="name_product" type="text" class="inputs1" id="name_product" placeholder="รุ่น"/> <span class="style4">ไม่ใส่ก็ได้</span></td> </tr> <tr> <td height="252">รายละเอียดสินค้า</td> <td><textarea name="pro_detail" cols="200" rows="15" class="inputs1" id="pro_detail" placeholder="สินค้า"></textarea></td> </tr> <tr> <td>VDO</td> <td><input name="name_vdo" type="text" class="inputs1" id="name_vdo" /> <span class="style4">กำลังจัดทำ</span></td> </tr> <tr> <td>รูปภาพ</td> <td><input name="photo" type="file" class="inputs1" /></td> </tr> <tr> <td>ไฟล์ข้อมูลเพิ่มเติม </td> <td><input name="file1" type="file" class="inputs1" /> <span class="style3">เช่น pdf</span></td> </tr> <tr> <td width="123"> </td> <td width="500"><input type="submit" class="css_button" value="ส่งข้อมูล"/> <input type="reset" name="Submit2" class="css_button" value="Reset" /></td> </tr> <tr> <td height="70" colspan="2"> </td> </tr> </table> </form> </div> </TABLE> <br></td> </tr> <tr> <td> </td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td> </td> </tr> <tr> <td background="img/bg2.jpg"><div class="box_under"align="center">Copyright 2015 <a href="http://www.siamscalesystem.com">http://www.siamscalesystem.com</a> All Rights Reserved. <span class="style1">admin</span></div></td> </tr> </table> </div> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง