<?php require_once('Connections/BBBA.php'); ?> <?php function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue; } $editFormAction = $_SERVER['PHP_SELF']; if (isset($_SERVER['QUERY_STRING'])) { $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']); } if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FrmAddType")) { $insertSQL = sprintf("INSERT INTO typedb (NameType) VALUES (%s)", GetSQLValueString($_POST['TxtTypeName'], "text")); mysql_select_db($database_BBBA, $BBBA); $Result1 = mysql_query($insertSQL, $BBBA) or die(mysql_error()); $insertGoTo = "AddOK.php"; if (isset($_SERVER['QUERY_STRING'])) { $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?"; $insertGoTo .= $_SERVER['QUERY_STRING']; } header(sprintf("Location: %s", $insertGoTo)); } ?><!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=windows-874" /> <title>Admin Add type</title> </head> <body> <form action="<?php echo $editFormAction; ?>" method="POST" name="FrmAddType" id="FrmAddType"> <table width="473" height="73" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="164" height="38" bgcolor="#FF99FF">ชื่อประเภทสินค้า :: </td> <td width="309" bgcolor="#FF99FF"><label> <input name="TxtTypeName" type="text" id="TxtTypeName" size="40" maxlength="40" /> </label></td> </tr> <tr> <td> </td> <td><label> <input name="BtnAddType" type="submit" id="BtnAddType" value="ส่งข้อมูล" /> <input name="BtnCancel" type="reset" id="BtnCancel" value=" ยกเลิก " /> </label></td> </tr> </table> <input type="hidden" name="MM_insert" value="FrmAddType"> </form> </body> </html>
<!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=windows-874" /> <title>Add OK</title> </head> <body> <table width="501" height="43" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#FF99FF"><div align="center"><strong>เพิ่มข้อมูลเรียบร้อย </strong> <a href="AddminAddType.php">คลิกกลับไปหน้าที่แล้ว</a></div></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง