Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ใครมี สคลิป กระทู้ถาม-ตอบ แบบ Database ไม่สมัครสมาชิก มั่งครับ แนะนำหน่อย



 

ใครมี สคลิป กระทู้ถาม-ตอบ แบบ Database ไม่สมัครสมาชิก มั่งครับ แนะนำหน่อย

 



Topic : 049597



โพสกระทู้ ( 166 )
บทความ ( 0 )



สถานะออฟไลน์




อยากได้สคลิป แบบตั้งกระทู้ถาม-ตอบ แบบ ติดต่อฐานข้อมูลครับ ภาษา PHP ไม่ต้องสมัครสมาชิก

พอมีแนะนำบ้างไหมครับ



Tag : PHP, MySQL, HTML/CSS







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-10-01 09:59:19 By : kingarcher View : 994 Reply : 10
 

 

No. 1



โพสกระทู้ ( 1,751 )
บทความ ( 0 )



สถานะออฟไลน์


อันนี้ ก็ไม่มีไรมาก หลักการ คือ add ลง data แล้ว จัดแสดง ให้สวยงาม ลองอ่านแบบฝึกหัดดูนะครับ ลองดูนะ ถ้าอ่านนะครับ คุณจะเห็นว่าไม่มีไรยากมากครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 10:10:07 By : SOUL
 


 

No. 2



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

มีครับ pm มาครับถ้าอยากได้

ดูได้จากตัวอย่างเว็บนี้ครับ http://www.okatools.com/


ประวัติการแก้ไข
2010-10-01 11:20:20
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 11:19:18 By : Dragons_first
 

 

No. 3



โพสกระทู้ ( 166 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 2 เขียนโดย : Dragons_first เมื่อวันที่ 2010-10-01 11:19:18
รายละเอียดของการตอบ ::
ขอบคุณมากนะครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 14:48:49 By : kingarcher
 


 

No. 4



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

index.php
<!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>
<link rel="stylesheet" type="text/css" href="../../css/style.css">
<link rel="stylesheet" type="text/css" href="../../css/css.css" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Board</title>
<script type="text/javascript" src="../../ckeditor/ckeditor.js"></script><!-- ckeditor -->
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../Them/bg.png) ;
	background-repeat:repeat-x;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
}
a:hover {
	color: #F63;
}
-->
</style>
</head>
<body>
<table width="100%" height="100" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col">&nbsp;</th>
  </tr>
</table>
<table width="950" height="34" border="0" background="../../Them/lineboard.gif" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="98" height="34" scope="col" class="style19" ><a href="../index.php">หน้าแรก</a></th>
    <th width="77" height="34" scope="col">&nbsp;</th>
    <th width="775" height="34" scope="col">&nbsp;</th>
  </tr>
</table>          
		<?
		  require("../../config/config.inc.php");
		  $id=$_GET["id"];
		  $sql="select * from board_post  where id='$id'";
		  $result=mysql_query($sql,$dbcon) or die (mysql_error());
		   $array=mysql_fetch_array($result);
			?>
<table width="950" height="103" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" bordercolor="#ece1fb">
  <tr>
    <td height="81" align="center" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="200" scope="col" align="center"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <th scope="col"><img src="../../Them/cylane.gif" width="47" height="48" /></th>
            </tr>
          </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td scope="col" class="style10" align="center">กระทู้ถาม</td>
              </tr>
          </table></td>
          <th width="746" scope="col" align="center" class="style12"><?=$array["title"]?></th>
        </tr>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="200" valign="top" scope="col" align="center"></td>
          <td width="752" valign="top" scope="col" align="left" class="style1"><?=$array["text"]?></td>
        </tr>
      </table>
             <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                 <th scope="col">&nbsp;</th>
               </tr>
             </table>
             <table width="100%" height="20" border="0" cellspacing="0" cellpadding="0" bgcolor="#ece1fb">
               <tr>
                 <th width="79" scope="col" align="right" class="style14">Date :&nbsp;</th>
                 <td width="234" scope="col" align="left" class="style14"><?=$array["date"]?></td>
                 <th width="134" scope="col" align="right" class="style14">Time :&nbsp;</th>
                 <td width="192" scope="col" align="left" class="style14"><?=$array["time"]?></td>
                 <th width="110" scope="col" align="right" class="style14">Post By :&nbsp;</th>
                 <td width="197" scope="col" align="left" class="style14"><?=$array["name"]?></td>
               </tr>
    </table>
    </td>
  </tr>
</table><br />
		<?
		  $sql="select * from board_reply where no='$id' order by id ";
		  $result=mysql_query($sql,$dbcon) or die (mysql_error());
		 		while($array=mysql_fetch_array($result)){
			?>
<table width="950" height="103" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" bordercolor="#ece1fb">
  <tr>
    <td height="81" align="center" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="200" scope="col" align="center"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <th scope="col"><img src="../../Them/cylane.gif" width="47" height="48" /></th>
            </tr>
          </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td scope="col" align="center" class="style10">กระทู้ตอบ&nbsp;<?=$array["id"]?></td>
              </tr>
          </table></td>
          <th width="745" align="center" valign="top" class="style16" scope="col"><?=$array["title"]?></th>
        </tr>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="200" valign="top" scope="col" align="center"></td>
          <td width="746" valign="top" scope="col" align="left" class="style1"><?=$array["text"]?></td>
        </tr>
    </table>
             <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                 <th scope="col">&nbsp;</th>
               </tr>
             </table>
             <table width="100%" height="20" border="0" cellspacing="0" cellpadding="0" bgcolor="#ece1fb">
               <tr>
                 <th width="79" scope="col" align="right" class="style14">Date :&nbsp;</th>
                 <td width="234" scope="col" align="left" class="style14"><?=$array["date"]?></td>
                 <th width="134" scope="col" align="right" class="style14">Time :&nbsp;</th>
                 <td width="192" scope="col" align="left" class="style14"><?=$array["time"]?></td>
                 <th width="110" scope="col" align="right" class="style14">Reply By :&nbsp;</th>
                 <td width="197" scope="col" align="left" class="style14"><?=$array["name"]?></td>
               </tr>
    </table>
    </td>
  </tr>
</table><br />
<? } ?>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="884" scope="col">&nbsp;</th>
    <th width="66" scope="col"><a href="#"><img src="../../Them/back3.png" border="0" title="Exit" onclick="history.back();" /></a></th>
  </tr>
</table>
<table width="950" height="34" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="365" scope="col" background="../../Them/boardline.png" class="style12">แสดงความคิดเห็นผ่านแบบฟอร์มข้างล่างนี้</th>
  </tr>
</table>
		<?
		  require("../../config/config.inc.php");
		  $id=$_GET["id"];
		  $sql="select * from board_post  where id='$id'";
		  $result=mysql_query($sql,$dbcon) or die (mysql_error());
		   $array=mysql_fetch_array($result);
		  include("function.php");
		  include("../../function/function_date.php");
	?>
 <form id="form1" name="form1" method="post" action="reply/reply_.php">
         <table width="950" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f2ebfa">
        <tr>
          <td width="12%" height="25" scope="col" align="right" class="style14">&nbsp;</td>
          <td width="29%" height="25" scope="col"><input name="title" type="hidden"  value="<?=$array["title"]?>"/><input name="id" type="hidden"  value="<?=$array["id"]?>" /><input name="date" type="hidden"  value="<? echo thai_date($eng_date);?>" size="20"  /><input name="time" type="hidden"  value="<? echo thai_time($eng_time);?>" size="20"  /></td>
          <td width="6%" scope="col">&nbsp;</td>
          <td width="53%" scope="col">&nbsp;</td>
        </tr>
        <tr>
          <td width="12%" height="25" scope="col" align="right" class="style14">จากคุณ :&nbsp;</td>
          <td width="29%" height="25" scope="col"><input name="name" type="text" size="40" maxlength="100" title="กรอกชื่อคุณ"  />
          </td>
          <td width="6%" align="right" scope="col" class="style14">Email :</td>
          <td width="53%" scope="col">  <input name="email" type="text" size="40" maxlength="50"  title="ที่อยู่อีเมล์เพื่อติดต่อกลับ เช่น [email protected]" /></td>
        </tr>
        <tr>
          <td width="12%" height="25" align="right" valign="middle" class="style14" scope="col">&nbsp;</td>
          <td height="25" colspan="3" scope="col"><textarea name="text" class="ckeditor" cols="80" rows="10" title="กรอกข้อมูลเพื่อสอบถาม"></textarea></td>
          </tr>
        <tr>
          <td width="12%" height="32" scope="col" align="right" class="style14">เบอร์ติดต่อกลับ :</td>
          <td width="29%" height="32" scope="col"><input name="phone"  type="text" size="40" maxlength="15"  title="เบอร์โทรศัทพ์ของคุณ เช่น 0811234567" /></td>
          <td width="6%" align="right" scope="col"><span class="style14">รหัสภาพ :&nbsp;</span></td>
          <td width="53%" scope="col"><input name="code_input" type="text" class="style10" size="15" maxlength="6"  title="กรุณาใส่รหัสภาพให้ถูกต้องด้วยค่ะ" /><input type="hidden" name="code_hidden" value="<?=$ran_str?>">&nbsp;&nbsp;<img src="pic_text.php?str=<?=$ran_str?>" align="absmiddle"></td>
        </tr>
        <tr>
          <td width="12%" height="25" scope="col" align="right" class="style14">&nbsp;</td>
          <td width="29%" height="25" scope="col">&nbsp;</td>
          <td width="6%" scope="col">&nbsp;</td>
          <td width="53%" scope="col">&nbsp;</td>
        </tr>
        <tr>
          <td height="25" colspan="4" align="center" class="style14" scope="col"><a href="#" onclick="history.back();"><img src="../../Them/back2.gif" border="0" /></a>&nbsp;
          <input name="submit" type="image" src="../../Them/send2.gif"  border="0"/></td>
          </tr>
      </table>
 </form>
</body>
</html>



ประวัติการแก้ไข
2010-10-01 15:12:48
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 15:12:26 By : Dragons_first
 


 

No. 5



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

new.php
<? session_start();?>
<!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" />
<link rel="stylesheet" type="text/css" href="../../../css/style.css" />
<link rel="stylesheet" type="text/css" href="../../../css/css.css" />
<script type="text/javascript" src="../../../ckeditor/ckeditor.js"></script><!-- ckeditor -->
<title>New</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../../Them/bg.png);
	background-repeat:repeat-x;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FFF;
}
a:hover {
	color: #F63;
}
-->
</style>
</head>
<body>
<table width="100%" height="100" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col">&nbsp;</th>
  </tr>
</table>
<table width="950" height="34" border="0" background="../../../Them/lineboard.gif" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="98" height="34" scope="col" class="style19" ><a href="../../index.php">หน้าแรก</a></th>
    <th width="77" height="34" scope="col">&nbsp;</th>
    <th width="775" height="34" scope="col">&nbsp;</th>
  </tr>
</table>
<table width="100%" height="100" border="0"  align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td scope="col">
    	<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th scope="col" class="style9">กฎ กติกา ในการร่วมแสดงความคิดเห็น / โพสข้อความทั่วไป</th>
      </tr>
      <tr>
        <td scope="col" class="style10">&nbsp;</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">1) ห้ามโพสข้อความหรือเนื้อหา ที่เป็นการวิพากษ์วิจารณ์ หรือ พาดพิงสถาบันพระมหากษัตริย์ และ ราชวงศ์ เป็นอันขาด</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">2) ห้ามโพสข้อความหรือเนื้อหา ที่ส่อไปในทางลามก อนาจาร เกินกว่าบรรทัดฐานของสังคม</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">3) ห้ามโพส ข้อความหรือเนื้อหา ที่ส่อไปในทางหยาบคาย ก้าวร้าว โดยมีเจตนาก่อให้เกิดการทะเลาะวิวาท หรือ มีเจตนาทำให้สังคมเข้าใจผิดต่อตัวบุคคล และ สถาบันใดๆ</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">4) ห้ามโพสข้อความหรือเนื้อหา โจมตี หรือวิพากษ์วิจารณ์ศาสนา และ คำสอนของศาสนาใดๆ ทุกศาสนา</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">5) ห้ามโพสข้อความหรือเนื้อหา ที่เกี่ยวข้องกับสิ่งผิดกฎหมาย ลิขสิทธิ์ และ ผิดศีลธรรม</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">6) ห้ามโพสโฆษณาใดๆทั้งสิ้น เพราะเป็นสิ่งที่นอกเหนือวัตถุประสงค์ของบริษัท</td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">7) ทุกความคิดเห็นไม่เกี่ยวข้องกับผู้ดำเนินการเว็บไซต์ และไม่สามารถนำไปอ้างอิงทางกฎหมายได้ </td>
      </tr>
      <tr>
        <td scope="col" align="left" class="style10">8) ทีมงานเว็บมาสเตอร์ขอสงวนสิทธิ์ในการลบความคิดเห็น โดยไม่ต้องชี้แจงเหตุผลใดๆ ต่อเจ้าของความคิดเห็นนั้น  </td>
      </tr>
    </table></td>
  </tr>
</table>         
	<table width="100%" border="0" cellspacing="0" cellpadding="0" >
           <tr>
             <td scope="col">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td scope="col">
	<? include("../function.php");
		  include("../../../function/function_date.php");
	?>
    <form id="form1" name="form1" method="post" action="new_.php">
         <table width="950" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ece1fb">
        <tr>
          <td height="25" scope="col" align="right" class="style14">&nbsp;</td>
          <td height="25" scope="col">&nbsp;</td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14"><span class="style11">*</span>&nbsp;หัวข้อ :&nbsp;</td>
          <td width="84%" height="25" scope="col"><input name="title" type="text" size="80" maxlength="500" title="ตั้งชื่อหัวข้อของท่าน เช่น ขอสอบถามราคา" /></td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14"><span class="style11">*</span>&nbsp;จากคุณ :&nbsp;</td>
          <td width="84%" height="25" scope="col"><input name="name" type="text" size="40" maxlength="100" title="กรอกชื่อคุณ"  />
            <input name="date" type="hidden"  value="<? echo thai_date($eng_date);?>" size="20"  /></td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14"><span class="style11">*</span>&nbsp;Email :&nbsp;</td>
          <td width="84%" height="25" scope="col">
          <input name="email" type="text" size="40" maxlength="50"  title="ที่อยู่อีเมล์เพื่อติดต่อกลับ เช่น [email protected]" />&nbsp;<span class="style11">ข้อมูลนี้จะไม่ถูกเผยแพร่</span>
            <input name="time" type="hidden"  value="<? echo thai_time($eng_time);?>" size="20"  /></td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14"><span class="style11">*</span>&nbsp;เบอร์ติดต่อกลับ :&nbsp;</td>
          <td width="84%" height="25" scope="col"><input name="phone" type="text" size="40" maxlength="15"  title="เบอร์โทรศัทพ์ของคุณ เช่น 0811234567" />&nbsp;<span class="style11">ข้อมูลนี้จะไม่ถูกเผยแพร่</span></td>
        </tr>
        <tr>
          <td width="16%" height="25" align="right" valign="top" class="style14" scope="col"><span class="style11">*</span>&nbsp;ข้อความ :&nbsp;</td>
          <td width="84%" height="25" scope="col"><textarea name="text" class="ckeditor" cols="80" rows="10" title="กรอกข้อมูลเพื่อสอบถาม"></textarea></td>
        </tr>
        <tr>
          <td width="16%" height="40" scope="col" align="right" class="style14">&nbsp;</td>
          <td width="84%" height="40" scope="col"><img src="../pic_text.php?str=<?=$ran_str?>"></td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14">รหัสภาพ :&nbsp;</td>
          <td width="84%" height="25" scope="col"><input name="code_input" type="text" class="style10" size="15" maxlength="6"  title="กรุณาใส่รหัสภาพให้ถูกต้องด้วยค่ะ" /><span class="style11" >&nbsp;*กรุณากรอกรหัสให้ตรงกับภาพด้านบน</span><input type="hidden" name="code_hidden" value="<?=$ran_str?>"></td>
        </tr>
        <tr>
          <td width="16%" height="25" scope="col" align="right" class="style14">&nbsp;</td>
          <td width="84%" height="25" scope="col">&nbsp;</td>
        </tr>
        <tr>
          <td height="25" scope="col" align="right" class="style14">&nbsp;</td>
          <td height="25" scope="col"><a href="#" onclick="history.back();"><img src="../../../Them/back2.gif" border="0" /></a>&nbsp;
            <input name="submit" type="image" src="../../../Them/send2.gif"  border="0"/></td>
        </tr>
        </table>
    </form>
    </td>
  </tr>
</table>
</td>
           </tr>
         </table>
         </body>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 15:24:18 By : Dragons_first
 


 

No. 6



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

Code new
		$sql="insert into board_post (name,title,email,phone,text,date,time) values('".$_POST["name"]."', '".$_POST["title"]."' , '".$_POST["email"]."', '".$_POST["phone"]."' , '".$_POST["text"]."' ,'".$_POST["date"]."', '".$_POST["time"]."')";
		$dbquery=mysql_query($sql,$dbcon) or die (mysql_error());


Code reply
		$sql="insert into board_reply (no,name,title,email,phone,text,date,time) values('".$_POST["id"]."' ,'".$_POST["name"]."', '".$_POST["title"]."' , '".$_POST["email"]."', '".$_POST["phone"]."' , '".$_POST["text"]."' ,'".$_POST["date"]."', '".$_POST["time"]."')";
		$dbquery=mysql_query($sql,$dbcon) or die (mysql_error());



ประวัติการแก้ไข
2010-10-01 15:32:59
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 15:25:49 By : Dragons_first
 


 

No. 7



โพสกระทู้ ( 3,750 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

ส่วนที่ยังไม่ครบก็เขี่ยนเองเลยนะครับ ไม่มีไรมากมายครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 15:34:53 By : Dragons_first
 


 

No. 8



โพสกระทู้ ( 166 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 7 เขียนโดย : Dragons_first เมื่อวันที่ 2010-10-01 15:34:53
รายละเอียดของการตอบ ::
+1
ขอบคุณมากนะครับ


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-10-01 17:09:24 By : kingarcher
 


 

No. 9

Guest


ไม่ครบคืออ่ะไรอ่ะคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-30 14:17:29 By : soyo
 


 

No. 10

Guest


ขอบคุณ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-07-07 16:45:34 By : แพรว
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ใครมี สคลิป กระทู้ถาม-ตอบ แบบ Database ไม่สมัครสมาชิก มั่งครับ แนะนำหน่อย
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่