|
|
|
code comment แบบในรูปครับต้องการหาโคดที่เอาไว้คอมเม้นหรือประกาศข่าว/กิจกรรม/เเร่องด่วน อะไรแบบนี้ครับ เหมือน |
|
|
|
|
|
|
|
จะเอาไว้ให้ admin เพิ่มข่าวสารหรือประกาศข่าวนะครับฟังชันอาจไม่เยอะขนาดนี้ต่ขอให้ครอบคุม
|
|
|
|
|
Date :
2009-01-13 00:06:20 |
By :
chon2008 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
search หาคำว่า WYSIWYG HTML Editor เจอแน่นอน เพียบเลย ทีนี้ก็เลือกเอาว่าจะใช้อันไหน
|
|
|
|
|
Date :
2009-01-13 01:54:18 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆเลยครับ แจ่มมาก
|
|
|
|
|
Date :
2009-01-13 21:13:56 |
By :
chon2008 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบเป็นซอสโค้ดมีป่าวคับ
|
|
|
|
|
Date :
2009-06-12 14:43:10 |
By :
nic |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมมีสำหรับ Admin อะครัย ผมใช้ของ FCKeditor
|
|
|
|
|
Date :
2009-06-12 14:52:03 |
By :
StepZaLung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1
2
3
4
5
6
7
8
9
|
|
|
|
|
Date :
2010-04-01 10:27:11 |
By :
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ของ thaicreate เอามาจาก smf board ครับ
ไปเอาจาก smf มาใช้ได้เลย
|
|
|
|
|
Date :
2010-04-01 10:28:37 |
By :
kennyg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thank u mak mak
|
|
|
|
|
Date :
2010-11-15 16:01:38 |
By :
momokito |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...........
|
|
|
|
|
Date :
2011-07-01 20:07:32 |
By :
ฺฺBB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
you should see CKEditor....
|
|
|
|
|
Date :
2011-07-01 20:11:30 |
By :
nofortee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าอยากได้ก็ลองเกะไปดูได้เลยครับ
|
|
|
|
|
Date :
2011-07-01 20:29:53 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. <?
2. $sql_comm="select * from tb_comment where cont_id='$cont_id' order by comm_id DESC";
3. $query_comm=mysql_query($sql_comm);
4. $total=mysql_num_rows($query_comm); //เรียงลำดับ comment จากมากไปน้อย
5. $temp=$total;
6. $temp=$temp+1;
7. $e_page=5;
8. if(!isset($_GET['s_page'])){
9. $_GET['s_page']=0;
10. }else{
11. $chk_page=$_GET['s_page'];
12. $_GET['s_page']=$_GET['s_page']*$e_page;
13. }
14. $sql_comm.=" LIMIT ".$_GET['s_page'].",$e_page";
15. $qr=mysql_query($sql_comm);
16. if(mysql_num_rows($qr)>=1){
17. $plus_p=($chk_page*$e_page)+mysql_num_rows($query_comm);
18. }else{
19. $plus_p=($chk_page*$e_page);
20. }
21. $total_p=ceil($total/$e_page);
22. $before_p=($chk_page*$e_page)+1;
23.
24.
25. while($fetch_comm=mysql_fetch_array($qr)){
26. $temp--;
27. ?>
28. <div>
29. <table width="400" border="0" cellpadding="0" cellspacing="0" style="float:left; width:735px; margin:10px 0 10px 0;">
30. <tr>
31. <td width="12"><img src="image/comment_head_left.png" /></td>
32. <td width="711" style="background:url(image/comment_head.png) no-repeat top;">ความคิดเห็นที่ <?=$temp?> เรื่อง <?=$result[cont_name]?></td>
33. <td width="12"><img src="image/comment_head_right.png" width="12" height="25" /></td>
34. </tr>
35. <tr>
36. <td width="12" style="background:url(image/comment_detail_left.png) repeat-y top;"></td>
37. <td width="711" style="background:#b6b6b6 repeat top;">
38. <?
39. $detail=$fetch_comm[comm_detail];
40. $detail_rude=CheckRude($detail);
41. echo $detail_rude;
42. ?>
43. </td>
44. <td width="12" style="background:url(image/comment_detail_right.png) repeat-y top;"></td>
45. </tr>
46. <tr>
47. <td width="12"><img src="image/comment_foot_left.png" /></td>
48. <td width="711" style="background:url(image/comment_foot.png) no-repeat top;">เขียนโดย :
49. <?
50. $detail_aut=$fetch_comm[comm_author];
51. $detail_rude_aut=CheckRude($detail_aut);
52. echo $detail_rude_aut;
53. ?>
54. </td>
55. <td width="12"><img src="image/comment_foot_right.png" /></td>
56. </tr>
57. </table>
58. <? }?>
59. </div>
60. <?php if($total>0){ ?>
61. <div class="browse_page">
62. <?php
63. // เรียกใช้งานฟังก์ชั่น สำหรับแสดงการแบ่งหน้า
64. page_navigator($before_p,$plus_p,$total,$total_p,$chk_page);
65. ?>
66. </div>
67. <?php } ?>
|
|
|
|
|
Date :
2011-07-02 09:06:48 |
By :
Art |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|