<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>เพิ่มตัวอย่าง</title> </head> <body> <table align="center" width="350" border="1" cellspacing="0" cellpadding="0"> <tr> <td style="background-color:#999; color:#FFF" align="center" colspan="2">new title example</td> </tr> <?php include('connect.php'); if($chk==1){ $newname=$_POST["new"]; $sql="insert into exam (ex) values('$newname')"; $result=mysql_query($sql) or die(mysql_error()); if($result){ echo "<meta http-equiv='refresh' content='0; url=data.php'>"; } else{ echo "<tr><td>ไม่สามารถเพิ่มหัวข้อได้</td></tr>"; } } ?> <tr> <td>ใส่หัวข้อ</td> <td><form action="" method="post"> <input type="text" name="new" id="new" /> <input type="submit" value="บันทึก" /> <input type="button" value="ยกเลิก" onclick="JavaScript:window.location.assign('data.php');" /> <input type="hidden" name="chk" id="chk" value="1" /> </form> </td> </tr> </table> </body> </html>
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>เพิ่มตัวอย่าง</title> </head> <body> <table align="center" width="350" border="1" cellspacing="0" cellpadding="0"> <tr> <td style="background-color:#999; color:#FFF" align="center" colspan="2">new title example</td> </tr> <?php include('connect.php'); if($_GET["Action"]=="Save"){ $sql="insert into exam (ex) values('$_POST[new]')"; $result=mysql_query($sql) or die(mysql_error()); if($result){ echo "<meta http-equiv='refresh' content='0; url=data.php'>"; } else{ echo "<tr><td>ไม่สามารถเพิ่มหัวข้อได้</td></tr>"; } } ?> <tr> <td>ใส่หัวข้อ</td> <td><form method="post" action="<?=$_SERVER['PHP_SELF'];?>?id=<?=$_GET["id"];?>&Action=Save"> <input type="text" name="new" id="new" /> <input name="Submit" type="submit" id="add" value=" เพิ่ม " > <input type="button" value="ยกเลิก" onclick="JavaScript:window.location.assign('data.php');" /> <input type="hidden" name="chk" id="chk" /> </form> </td> </tr> </table> </body> </html>
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>เพิ่มตัวอย่าง</title> </head> <body> <table align="center" width="350" border="1" cellspacing="0" cellpadding="0"> <tr> <td style="background-color:#999; color:#FFF" align="center" colspan="2">new title example</td> </tr> <?php include('connect.php'); if($_POST['chk']==1){ $sql="insert into exam (ex) values('".$_POST['new']."')"; $result=mysql_query($sql) or die(mysql_error()); if($result){ echo"<meta http-equiv='refresh' content='0; url=data.php'>"; }else{ echo "<tr><td>ไม่สามารถเพิ่มหัวข้อได้</td></tr>"; } } ?> <tr> <td>ใส่หัวข้อ</td> <td><form method="post" action="<? echo $PHP_SELF; ?>"> <input type="text" name="new" id="new" /> <input name="Submit" type="submit" id="add" value=" เพิ่ม " > <input type="button" value="ยกเลิก" onclick="JavaScript:window.location.assign('data.php');" /> <input type="hidden" name="chk" id="chk" value="1" /> </form> </td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง