|
|
|
ใครมี สคลิป กระทู้ถาม-ตอบ แบบ Database ไม่สมัครสมาชิก มั่งครับ แนะนำหน่อย |
|
|
|
|
|
|
|
อันนี้ ก็ไม่มีไรมาก หลักการ คือ add ลง data แล้ว จัดแสดง ให้สวยงาม ลองอ่านแบบฝึกหัดดูนะครับ ลองดูนะ ถ้าอ่านนะครับ คุณจะเห็นว่าไม่มีไรยากมากครับ
|
|
|
|
|
Date :
2010-10-01 10:10:07 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีครับ pm มาครับถ้าอยากได้
ดูได้จากตัวอย่างเว็บนี้ครับ http://www.okatools.com/
|
ประวัติการแก้ไข 2010-10-01 11:20:20
|
|
|
|
Date :
2010-10-01 11:19:18 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"> </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"> </th>
<th width="775" height="34" scope="col"> </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"> </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 : </th>
<td width="234" scope="col" align="left" class="style14"><?=$array["date"]?></td>
<th width="134" scope="col" align="right" class="style14">Time : </th>
<td width="192" scope="col" align="left" class="style14"><?=$array["time"]?></td>
<th width="110" scope="col" align="right" class="style14">Post By : </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">กระทู้ตอบ <?=$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"> </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 : </th>
<td width="234" scope="col" align="left" class="style14"><?=$array["date"]?></td>
<th width="134" scope="col" align="right" class="style14">Time : </th>
<td width="192" scope="col" align="left" class="style14"><?=$array["time"]?></td>
<th width="110" scope="col" align="right" class="style14">Reply By : </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"> </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"> </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"> </td>
<td width="53%" scope="col"> </td>
</tr>
<tr>
<td width="12%" height="25" scope="col" align="right" class="style14">จากคุณ : </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"> </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">รหัสภาพ : </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?>"> <img src="pic_text.php?str=<?=$ran_str?>" align="absmiddle"></td>
</tr>
<tr>
<td width="12%" height="25" scope="col" align="right" class="style14"> </td>
<td width="29%" height="25" scope="col"> </td>
<td width="6%" scope="col"> </td>
<td width="53%" scope="col"> </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>
<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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"> </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"> </th>
<th width="775" height="34" scope="col"> </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"> </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"> </td>
<td height="25" scope="col"> </td>
</tr>
<tr>
<td width="16%" height="25" scope="col" align="right" class="style14"><span class="style11">*</span> หัวข้อ : </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> จากคุณ : </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> Email : </td>
<td width="84%" height="25" scope="col">
<input name="email" type="text" size="40" maxlength="50" title="ที่อยู่อีเมล์เพื่อติดต่อกลับ เช่น [email protected]" /> <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> เบอร์ติดต่อกลับ : </td>
<td width="84%" height="25" scope="col"><input name="phone" type="text" size="40" maxlength="15" title="เบอร์โทรศัทพ์ของคุณ เช่น 0811234567" /> <span class="style11">ข้อมูลนี้จะไม่ถูกเผยแพร่</span></td>
</tr>
<tr>
<td width="16%" height="25" align="right" valign="top" class="style14" scope="col"><span class="style11">*</span> ข้อความ : </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"> </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">รหัสภาพ : </td>
<td width="84%" height="25" scope="col"><input name="code_input" type="text" class="style10" size="15" maxlength="6" title="กรุณาใส่รหัสภาพให้ถูกต้องด้วยค่ะ" /><span class="style11" > *กรุณากรอกรหัสให้ตรงกับภาพด้านบน</span><input type="hidden" name="code_hidden" value="<?=$ran_str?>"></td>
</tr>
<tr>
<td width="16%" height="25" scope="col" align="right" class="style14"> </td>
<td width="84%" height="25" scope="col"> </td>
</tr>
<tr>
<td height="25" scope="col" align="right" class="style14"> </td>
<td height="25" scope="col"><a href="#" onclick="history.back();"><img src="../../../Them/back2.gif" border="0" /></a>
<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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่วนที่ยังไม่ครบก็เขี่ยนเองเลยนะครับ ไม่มีไรมากมายครับ
|
|
|
|
|
Date :
2010-10-01 15:34:53 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ครบคืออ่ะไรอ่ะคะ
|
|
|
|
|
Date :
2011-06-30 14:17:29 |
By :
soyo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ
|
|
|
|
|
Date :
2011-07-07 16:45:34 |
By :
แพรว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|