<? session_start(); if ($_SESSION["ad_card"]==null){ echo "<script>alert('กรุณาทำการ Log in ครับ'); location='admin.php';</script> ";} ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> <title>Untitled Document</title> </head> <body> <? include"../connectDB.inc"; include("setting.php") ?> <div id="increase"> <p align="center"> <font color="#FFFFFF" size="+3"><b>เพิ่มข้อมูลสินค้า</b></font> </p> <form action="admin_product_addd.php" method="post" enctype="multipart/form-data"> <table width="500" border="0" align="center" cellpadding="5" bgcolor="#CCCCCC"> <tr> <td>หมวดสินค้า</td> <td><select name="country"> <option value=""> ►► เลือกหมวดสินค้า ◄◄ </option> <? $sql = "select * from country"; $exx = mysql_query($sql); while ($rss=mysql_fetch_array($exx)) { ?> <option value="<?=$rss[country_code]?>"><?=$rss[country_name]?></option> <? } ?> </select> </td> </tr> <tr> <td>รหัสสินค้า</td> <td><input name="product_id" type="text"></td> </tr> <tr> <td>ชื่อสินค้า (ไทย)</td> <td><input name="product_name" type="text"></td> </tr> <tr> <td>ชื่อสินค้า (ENG)</td> <td><input name="product_first" type="text"></td> </tr> <tr> <td>ประเภทสินค้า</td> <td><select name="category" > <option value=""> ►► เลือกประเภทสินค้า ◄◄ </option> <? $sql = "select * from category"; $ex = mysql_query($sql); while ($rs=mysql_fetch_array($ex)) { ?> <option value="<?=$rs[category_code]?>"><?=$rs[category_name]?></option> <? } ?> </select> </td> </tr> <tr> <td valign="top">รายละเอียดสินค้า </td> <td><textarea name="product_title" rows="5" ></textarea></td> </tr> <tr> <td>ราคาสินค้า</td> <td><input name="product_price" type="text" ></td> </tr> <tr> <td>คลิปตัวอย่างหนัง youtube</td> <td><input name="product_tube" type="text" ></td> </tr> <tr> <td>รูปภาพสินค้า (ด้านหน้า)</td> <td><input name="product_pic" type="file"></td> </tr> <tr> <td>รูปภาพสินค้า (ด้านหน้า-หลัง)</td> <td><input name="product_image" type="file"></td> </tr> <tr> <td> </td> <td><input type="submit" value="เพิ่มข้อมูล"> <input type="reset" value="ยกเลิก"></td> </tr> </table> <p> </p> </form> </div> <? mysql_close();?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง