RewriteEngine On RewriteRule ^(.*)/(.*).php stories/jewelry/index.php?id=$1&link=$2
RewriteRule ^(.*)/(.*).html /viewnews.php?NewsID=$1&Keyword=$2
RewriteEngine On RewriteRule ^(.*)/(.*).html /viewnews.php?id=$1&link=$2
<html> <head> <title>ThaiCreate.Com</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body> <?php include('connect.php'); $strSQL = "SELECT * FROM stories"; $objQuery = mysql_query($strSQL) or die (mysql_error()); ?> <table width="600" border="1"> <tr> <th width="100"> <div align="center">NewsID </div></th> <th width="500"> <div align="center">Subject </div></th> </tr> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?php echo $objResult["id"];?></div></td> <td><a href="/<?php echo $objResult["id"];?>/<?php echo $objResult["link"];?>.html"><?php echo $objResult["topics"];?></a></td> </tr> <?php } ?> </table> </body> </html>
<html> <head> <title>ThaiCreate.Com</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body> <?php include('connect.php'); $strSQL = "SELECT * FROM stories WHERE id = '".$_GET["id"]."' AND link = '".$_GET["link"]."' "; $objQuery = mysql_query($strSQL) or die (mysql_error()); $objResult = mysql_fetch_array($objQuery); ?> <h1><?php echo $objResult["topics"];?></h1> <?php echo nl2br($objResult["content_desktop"]);?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง