|
|
|
ก่อนเขียนกระทู้หรือบทความอ่านทางนี้ก่อนครับ (ตัวอย่างการใช้ BB Code) |
|
|
|
|
|
|
|
ทดสอบ ๆ
ทดสอบ
|
|
|
|
|
Date :
2009-01-02 22:43:05 |
By :
กระจอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับแซบ
|
|
|
|
|
Date :
2009-01-05 09:35:58 |
By :
rovinb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไง
|
|
|
|
|
Date :
2009-01-06 13:12:56 |
By :
anutnla |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok
|
|
|
|
|
Date :
2009-01-13 11:07:25 |
By :
yanae |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
texs
|
|
|
|
|
Date :
2009-01-15 06:50:06 |
By :
somsakza |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Test1"test2
test3
|
|
|
|
|
Date :
2009-01-18 17:10:54 |
By :
sniper_one |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สวัสดี Asp.Net
|
|
|
|
|
Date :
2009-01-19 19:43:19 |
By :
jj |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-01-20 23:55:56 |
By :
sniper_one |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากได้โปรแกรมเขียน php ฟรี licen ดาวน์โหลดได้ที่ไหนบ้างครับ
|
|
|
|
|
Date :
2009-01-21 13:03:35 |
By :
yamuki_jo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
testing
|
|
|
|
|
Date :
2009-01-28 23:52:01 |
By :
ek |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบใจจ๊ะ ความรู้เล็กๆน้อยๆในการอยู่ร่วมกัน
|
|
|
|
|
Date :
2009-01-31 19:52:00 |
By :
monocenter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ เทคนิคดีดี
|
|
|
|
|
Date :
2009-02-09 18:16:38 |
By :
untokung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo " Hello World";
|
|
|
|
|
Date :
2009-02-14 20:06:07 |
By :
panyasaeoung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบครับ
|
|
|
|
|
Date :
2009-02-18 11:22:44 |
By :
TonHaDy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รักมากมาย php + mysql
|
|
|
|
|
Date :
2009-02-18 12:07:07 |
By :
สีเทา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวพิมพ์ดีด => ทดสอบตัวพิมพ์ดีด
ตัวธรรมดา => แตกต่างกันยังไงครับ
ตัวเรืองแสง ใช้บน FF ไม่ได้จริงหรือ
|
|
|
|
|
Date :
2009-02-26 18:10:25 |
By :
p_latplee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TEST
TEST
|
|
|
|
|
Date :
2009-03-02 20:59:50 |
By :
jokopo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-03-06 09:14:04 |
By :
NM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
// create a 100*30 image
$im = imagecreate(255, 50);
// white background and blue text
$bg = imagecolorallocate($im, 255, 0, 255);
$textcolor = imagecolorallocate($im, 0, 0, 0);
function random_password($len)
{
srand((double)microtime()*10000000);
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*-/_+";
$ret_str = "";
$num = strlen($chars);
for($i = 0; $i < $len; $i++)
{
$ret_str.= $chars[rand()%$num];
$ret_str.="";
}
return $ret_str;
}
// write the string at the top left
imagestring($im, 5, 83,20, random_password(7), $textcolor);
// output the image
header("Content-type: image/png");
imagepng($im);
imagedestroy($im);
?>
|
|
|
|
|
Date :
2009-03-06 13:36:48 |
By :
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ก่อนเขียนกระทู้หรือบทความอ่านทางนี้ก่อนครับ (ตัวอย่างการใช้ BB Code)</title>
<link rel="icon" href="https://www.thaicreate.com/upload/tutorial/setup.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/style/Style.css" rel="stylesheet" type="text/css">
<link href="/style/dhtmlXTabbar.css" rel="stylesheet" type="text/css">
<meta name="description" content="เพื่อให้บทความมีสีสันอ่านเข้าใจง่าย และ ความเป็นระเบียบ ผมจึงใช้ BB Code เข้ามาจัดการกับข้อความในรูปแบบต่าง ๆ จึงอยากแนะนำให้เพื่อน ๆ สมาชิก ใช้ BB Code เหล่านี้ในการตกแต่งบทความ การแทรกตัวหนา เอ">
<meta name="verify-v1" content="HajSqMDuE7DEq16BQJOfEC+8lE7A2T+YY4/VqvimHwI=" />
<!--
Developer By Weerachai N. (WIN)
Contact Us Email : [email protected], Tel : 08-1987-6107 (Update : 30 Jul 2008)
Coptright www.ThaiCreate.Com. All Rights Reserved.
-->
<script src="/js/dhtmlXCommon.js"></script>
<script src="/js/dhtmlXTabbar.js"></script>
<script src="/js/dhtmlXTabbarStart.js"></script>
<script src="/js/ajaxLoadContent.js"></script>
<script src="/js/jsValidate.js"></script>
<script src="/js/ajaxLoad.js"></script>
<script src="/js/ajaxScore.js"></script>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" >
<table width="1004" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1226" height="26" colspan="3" background="/images/resource/a1.gif"><div align="right">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" style="padding-left:10px"><span class="headertitle"><!--<img src="/images/resource/sitemapicon.gif" width="17" height="12" alt="Site Map"> <a href="https://www.thaicreate.com/sitemap.html" class="headertitle" title="Site Map">Site Map</a> <img src="/images/resource/rssicon.gif" width="10" height="10" alt="RSS Feed"> <a href="https://www.thaicreate.com/rssfeed.html" class="headertitle" title="RSS Feed">RSS Feed</a> -->
<img src="/images/resource/latest.gif" width="18" height="9" alt="Register"> <a href="/c.aspx?option=register" class="headertitle" title="Register">Register</a></span> <span class="headertitle"> <img src="/images/resource/latest.gif" width="18" height="9" alt="Member Login"> <a href="/c.aspx?option=login" class="headertitle" title="Member Login">Member Login</a> <img src="/images/resource/latest.gif" width="18" height="9" alt="Member Login"> <a href="/c.aspx?option=forget" class="headertitle" title="Forgot Password">Forgot Password ??</a></span>
</td>
<td width="67%"><div align="right"><span class="white"> <strong>PHP Tutorial</strong> (Hypertext Preprocessor), <strong>ASP Tutorial</strong> (Active Server Pages), <strong>ASP.NET Tutorial</strong> (.Net Framework 1,2)</span></div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="137" colspan="3" background="/images/resource/tcba_01.jpg" style="BACKGROUND-REPEAT: no-repeat;"><div align="right">
<table width="100%" height="90" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="38%"><table width="100%" border="0">
<tr>
<td width="4%"> </td>
<td width="96%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><span class="bugregisterd">Registered : 57,838</span> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table></td>
<td width="61%">
</td>
<td width="1%"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="73%" style="padding-left: 42px;padding-top: 15px;"> <span class="linkheader"><a href="/" title="HOME">HOME</a> > <a href="/community.html" title="Community Zone">Community Zone</a> > <a href="/community/forum.html" title="Community Forum">Forum</a> > <strong>ก่อนเขียนกระทู้หรือบทความอ่านทางนี้ก่อนครับ (ตัวอย่างการใช้ BB Code)</strong></span>
</strong></td>
<form action="https://www.thaicreate.com/search" id="cse-search-box">
<td width="27%"style="padding-top: 10px;padding-right: 8px;">
<div>
<div align="right">
<input type="hidden" name="cx" value="partner-pub-0639452308651048:mgul3k-tjap" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<strong>Search</strong> <input type="text" name="q" class="button" size="20" />
<input type="image" src="/images/resource/search.png" name="sa" width="73" height="20" border="0" align="absmiddle">
</div>
</div>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
</td>
</form>
</tr>
</table>
</div></td>
</tr>
<tr>
<td colspan="3" valign="top" background="/images/resource/tcba_02_2.jpg" style="BACKGROUND-REPEAT: no-repeat;"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="81%" valign="top">
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><h1>
ก่อนเขียนกระทู้หรือบทความอ่านทางนี้ก่อนครับ (ตัวอย่างการใช้ BB Code)
</h1></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<style type="text/css">
<!--
.style1 {font-weight: bold}
-->
</style>
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-0639452308651048";
google_language = 'en';
/* 728x90, Forum 12/31/08 */
google_ad_slot = "9838866415";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br><br>
</div>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td width="14%" valign="top"><img src="/images/resource/folderOpen.gif" width="18" height="18" align="absbottom">
<strong>
023662 <br>
<br>
</strong>
<table width="100%" border="0">
<tr>
<td><div align="center">
<img src="/upload/member/20090131232650.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
MR.WIN </strong></div></td>
</tr>
<tr>
<td>
<div align="center">
<a href="JavaScript:void(1)" alt="86" title="86" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/crown2.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="18" height="12" align="absmiddle" border="0"></a> <br><br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
<strong> </strong> </td>
<td colspan="4" valign="top"> <strong>
</strong>
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top"><strong>
</strong>
เพื่อให้บทความมีสีสันอ่านเข้าใจง่าย และ ความเป็นระเบียบ ผมจึงใช้ <strong>BB Code</strong> เข้ามาจัดการกับข้อความในรูปแบบต่าง ๆ จึงอยากแนะนำให้เพื่อน ๆ สมาชิก ใช้ <strong>BB Code</strong> เหล่านี้ในการตกแต่งบทความ<br />
<br />
<br />
<font color="blue"><u><strong>การแทรกตัวหนา เอียง และ ขีดเส้นใต้</strong></u></font><br />
<br />
<img src="https://www.thaicreate.com/upload/stock/bb1.jpg" alt="BB Code" title="BB Code" border="0"><br />
<br />
<br />
<font color="blue"><u><strong>การแทรกรูปภาพ สามารถแทรกได้ 2 วิธี</strong></u> </font><br />
(<font color="red">**</font>ควรอัพโหลดรูปที่ ThaiCreate.Com เท่านั้นครับ เพราะรูปภาพจากที่อื่นอาจเกิดลิ้งค์เสียได้)<br />
อัพโหลดรูปภาพให้คลิกที่ <u><strong><a href="https://www.thaicreate.com/upload.aspx" target="blank" alt="Upload Images">Upload Images</a></strong></u><br />
<br />
<img src="https://www.thaicreate.com/upload/stock/bb2.jpg" alt="BB Code" title="BB Code" border="0"><br />
<br />
<br />
<font color="blue"><u><strong>การแทรกลิ้งค์สามารถแทรกได้ 2 วิธี คือ URL หรือ Text ตามตัวอย่างครับ</strong></u></font><br />
<br />
<img src="https://www.thaicreate.com/upload/stock/bb3.jpg" alt="BB Code" title="BB Code" border="0"><br />
<br />
<br />
<font color="blue"><u><strong>การแทรกสัญลักษณ์ของ Code ควรกำหนด Header ด้วยครับว่าเป็น Code ภาษาอะไร ตามตัวอย่าง</strong></u></font><br />
<br />
<img src="https://www.thaicreate.com/upload/stock/bb4.jpg" alt="BB Code" title="BB Code" border="0"><br />
<br />
<br />
<font color="red"><strong>***</strong></font> <strong>ทั้งนี้ควรดูภาพ Preview ก่อนการบันทึกข้อมูลจริง ๆ เพื่อความเรียบร้อยของบทความ ทำให้น่าอ่านมากขึ้นครับ</strong><br><br>
<br>
<br>
<script type="text/javascript"><!--
google_ad_client = "pub-0639452308651048";
google_language = 'en';
/* 336x280, Forum 12/31/08 */
google_ad_slot = "4523905759";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table> </td>
</tr>
<tr bgcolor="#eeecec">
<td colspan="2"><strong>Date</strong> :
2008-12-31 09:47:51 </td>
<td width="32%"><strong>By</strong> :
webmaster </td>
<td width="11%"><strong>View</strong> :
1342 </td>
<td width="12%"><strong>Reply</strong> :
27 </td>
</tr>
</table>
<div align="center"><br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 1 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
ทดสอบ ๆ <br />
<br />
<a href="https://www.thaicreate.com" target="blank" alt="ทดสอบ">ทดสอบ</a><br><br><br>
<br>
<br>
<script type="text/javascript"><!--
google_ad_client = "pub-0639452308651048";
google_language = 'en';
/* 468x60, Forum 12/31/08 */
google_ad_slot = "8632310318";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-02 22:43:05 </td>
<td width="55%"><strong>By</strong> :
กระจอก </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 2 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090105093439.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
แบงค์ </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
รับแซบ<img src="/images/bbcode/grin.gif" align="absmiddle"><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-05 09:35:58 </td>
<td width="55%"><strong>By</strong> :
rovinb </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 3 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
anutnla </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="" title="" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
ยังไง<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-06 13:12:56 </td>
<td width="55%"><strong>By</strong> :
anutnla </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 4 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>TesT</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
TesT CodE</span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-12 08:12:55 </td>
<td width="55%"><strong>By</strong> :
kacnova </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 5 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090113104133.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
yyy </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
ok<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-13 11:07:25 </td>
<td width="55%"><strong>By</strong> :
yanae </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 6 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090113104133.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
yyy </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>Code (PHP)</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
<?php<br />
?></span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-13 11:09:02 </td>
<td width="55%"><strong>By</strong> :
yanae </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 7 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090107133124.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
art </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="28" title="28" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>Code (VB.NET)</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
test vb.net</span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-13 15:54:52 </td>
<td width="55%"><strong>By</strong> :
artorigin7 </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 8 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090114203009.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
sak </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="4" title="4" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
texs<img src="/images/bbcode/lol.gif" align="absmiddle"><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-15 06:50:06 </td>
<td width="55%"><strong>By</strong> :
somsakza </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 9 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>Code (PHP)</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
<?php<br />
echo "สวัสดีไทยครีเอท";<br />
?></span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-18 08:09:08 </td>
<td width="55%"><strong>By</strong> :
อิอิ </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 10 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090118171752.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
Pirates </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="4" title="4" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
"Test1"<font size="14pt;">test2</font><br />
<a href="https://www.thaicreate.com" target="blank" alt="test3">test3</a><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-18 17:10:54 </td>
<td width="55%"><strong>By</strong> :
sniper_one </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 11 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090219090905.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
kai </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="4" title="4" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>Code (PHP)</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
<?php<br />
Hello test Hello Hello<br />
?></span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-19 17:11:43 </td>
<td width="55%"><strong>By</strong> :
maruk </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 12 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
สวัสดี Asp.Net<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-19 19:43:19 </td>
<td width="55%"><strong>By</strong> :
jj </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 13 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
Knowlagde </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<font size="10pt;"><strong>test</strong></font><br />
<font size="10pt;"><u>test</u></font><br />
<font size="10pt;"><i>test</i></font><br />
<img src="https://www.thaicreate.com/upload/stock/bb2.jpg" border="0"><br />
<a href="http://innovasystems.co.th" target="blank">http://innovasystems.co.th</a><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-20 11:24:57 </td>
<td width="55%"><strong>By</strong> :
Knowladge </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 14 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090118171752.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
Pirates </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="4" title="4" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<img src="http://images.torrentmove.com/ir/jt068.jpg" border="0"><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-20 23:55:56 </td>
<td width="55%"><strong>By</strong> :
sniper_one </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 15 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
jo </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="5" title="5" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
อยากได้โปรแกรมเขียน php ฟรี licen ดาวน์โหลดได้ที่ไหนบ้างครับ<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-21 13:03:35 </td>
<td width="55%"><strong>By</strong> :
yamuki_jo </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 16 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090128233732.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
EK </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
testing<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-28 23:52:01 </td>
<td width="55%"><strong>By</strong> :
ek </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 17 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong> อ่าทดสอบค่า ฮ่าๆๆ</strong><br />
<div class="code"><font class="fontcode"><code><span style="color: #000000">
<?php echo "Hello Thaicreate.com อิ";?></span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-30 13:33:00 </td>
<td width="55%"><strong>By</strong> :
pandatadum </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 18 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
Spiper_L </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>ขอบใจจ๊ะ ความรู้เล็กๆน้อยๆในการอยู่ร่วมกัน</strong><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-01-31 19:52:00 </td>
<td width="55%"><strong>By</strong> :
monocenter </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 19 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090209182349.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
Edmond T </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="3" title="3" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
ขอบคุณครับ เทคนิคดีดี<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-09 18:16:38 </td>
<td width="55%"><strong>By</strong> :
untokung </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 20 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090214200349.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
mac </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="0" title="0" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
echo " Hello World";<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-14 20:06:07 </td>
<td width="55%"><strong>By</strong> :
panyasaeoung </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 21 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
joke_thewes </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="" title="" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<div class="code"><font class="fontcode"><code><span style="color: #000000">
ผมลองมั่ง</span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-14 22:48:43 </td>
<td width="55%"><strong>By</strong> :
joke_thewes </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 22 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090212163148.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
TonHaDy </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="0" title="0" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
รับทราบครับ<br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-18 11:22:44 </td>
<td width="55%"><strong>By</strong> :
TonHaDy </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 23 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>รักมากมาย php + mysql</strong><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-18 12:07:07 </td>
<td width="55%"><strong>By</strong> :
สีเทา </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 24 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/20090105151939.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
-=[ANT]=- </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="51" title="51" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
ตัวพิมพ์ดีด => <tt>ทดสอบตัวพิมพ์ดีด</tt><br />
ตัวธรรมดา => แตกต่างกันยังไงครับ<br />
<br />
<span style="background-color:red;">ตัวเรืองแสง ใช้บน FF ไม่ได้จริงหรือ</span><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-02-26 18:10:25 </td>
<td width="55%"><strong>By</strong> :
p_latplee </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 25 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center">
<img src="/upload/member/question.jpg" width="80" height="80">
</div></td>
</tr>
<tr>
<td><div align="center"><strong>
BBzA </strong></div></td>
</tr>
<tr>
<td><div align="center">
<a href="JavaScript:void(1)" alt="1" title="1" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a> <br>
<br>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<i>TEST<br />
<strong><br />
TEST</strong></i><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-03-02 20:59:50 </td>
<td width="55%"><strong>By</strong> :
jokopo </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 26 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<marquee><i>Test</i> <u>NM</u> <strong>Test</strong></marquee><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-03-06 09:14:04 </td>
<td width="55%"><strong>By</strong> :
NM </td>
</tr>
</table> <br>
</div>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr>
<td width="14%" height="74" valign="top">
<table width="100%" border="0">
<tr>
<td> <div align="center">
<strong>
No. 27 <br>
<br>
</strong> </div></td>
</tr>
<tr>
<td><div align="center"><img src="/upload/member/question.jpg" width="80" height="80"></div></td>
</tr>
<tr>
<td><div align="center"><strong>Guest</strong></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</td>
<td width="86%" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td valign="top">
<strong>Code (PHP)</strong><br />
<div class="code" style=width:560;overflow:auto><font class="fontcode"><code><span style="color: #000000">
<span style="color: #0000BB"><?php
<br />
<br />
<br />
<br /></span><span style="color: #FF8000">// create a 100*30 image
<br /></span><span style="color: #0000BB">$im </span><span style="color: #007700">= </span><span style="color: #0000BB">imagecreate</span><span style="color: #007700">(</span><span style="color: #0000BB">255</span><span style="color: #007700">, </span><span style="color: #0000BB">50</span><span style="color: #007700">);
<br />
<br /></span><span style="color: #FF8000">// white background and blue text
<br /></span><span style="color: #0000BB">$bg </span><span style="color: #007700">= </span><span style="color: #0000BB">imagecolorallocate</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">, </span><span style="color: #0000BB">255</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">, </span><span style="color: #0000BB">255</span><span style="color: #007700">);
<br /></span><span style="color: #0000BB">$textcolor </span><span style="color: #007700">= </span><span style="color: #0000BB">imagecolorallocate</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">);
<br />
<br />function </span><span style="color: #0000BB">random_password</span><span style="color: #007700">(</span><span style="color: #0000BB">$len</span><span style="color: #007700">)
<br />{
<br /></span><span style="color: #0000BB">srand</span><span style="color: #007700">((double)</span><span style="color: #0000BB">microtime</span><span style="color: #007700">()*</span><span style="color: #0000BB">10000000</span><span style="color: #007700">);
<br /></span><span style="color: #0000BB">$chars </span><span style="color: #007700">= </span><span style="color: #DD0000">"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*-/_+"</span><span style="color: #007700">;
<br /></span><span style="color: #0000BB">$ret_str </span><span style="color: #007700">= </span><span style="color: #DD0000">""</span><span style="color: #007700">;
<br /></span><span style="color: #0000BB">$num </span><span style="color: #007700">= </span><span style="color: #0000BB">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">$chars</span><span style="color: #007700">);
<br />for(</span><span style="color: #0000BB">$i </span><span style="color: #007700">= </span><span style="color: #0000BB">0</span><span style="color: #007700">; </span><span style="color: #0000BB">$i </span><span style="color: #007700">< </span><span style="color: #0000BB">$len</span><span style="color: #007700">; </span><span style="color: #0000BB">$i</span><span style="color: #007700">++)
<br />{
<br /></span><span style="color: #0000BB">$ret_str</span><span style="color: #007700">.= </span><span style="color: #0000BB">$chars</span><span style="color: #007700">[</span><span style="color: #0000BB">rand</span><span style="color: #007700">()%</span><span style="color: #0000BB">$num</span><span style="color: #007700">];
<br /></span><span style="color: #0000BB">$ret_str</span><span style="color: #007700">.=</span><span style="color: #DD0000">""</span><span style="color: #007700">;
<br />}
<br />return </span><span style="color: #0000BB">$ret_str</span><span style="color: #007700">;
<br />}
<br />
<br /></span><span style="color: #FF8000">// write the string at the top left
<br /></span><span style="color: #0000BB">imagestring</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">, </span><span style="color: #0000BB">5</span><span style="color: #007700">, </span><span style="color: #0000BB">83</span><span style="color: #007700">,</span><span style="color: #0000BB">20</span><span style="color: #007700">, </span><span style="color: #0000BB">random_password</span><span style="color: #007700">(</span><span style="color: #0000BB">7</span><span style="color: #007700">), </span><span style="color: #0000BB">$textcolor</span><span style="color: #007700">);
<br />
<br /></span><span style="color: #FF8000">// output the image
<br /></span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Content-type: image/png"</span><span style="color: #007700">);
<br /></span><span style="color: #0000BB">imagepng</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">);
<br /></span><span style="color: #0000BB">imagedestroy</span><span style="color: #007700">(</span><span style="color: #0000BB">$im</span><span style="color: #007700">);
<br />
<br /></span><span style="color: #0000BB">?>
</span>
</span>
</code></div><br><br> </td>
</tr>
</table></td>
</tr>
</table>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#663333">
<tr bgcolor="#eeecec">
<td colspan="2" bgcolor="#eeecec" ><strong>Date</strong> :
2009-03-06 13:36:48 </td>
<td width="55%"><strong>By</strong> :
123 </td>
</tr>
</table> <br>
<table width="718" height="21" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><script type="text/javascript"><!--
google_ad_client = "pub-0639452308651048";
google_language = 'en';
/* 728x15, Link 2/19/09 */
google_ad_slot = "6447051561";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
<tr>
<td><br><b><font color=red>***</font> คลิกที่ [ ให้คะแนน ] ระบบจะส่งอีเมล์ขอบคุณไปยังสมาชิก พร้อมเพิ่มคะแนนให้กับสมาชิก 1 คะแนน</b></td>
</tr>
</table>
<script language="JavaScript">
function Preview()
{
var el = document.getElementById('myform');
el.tabIndex = 32456;
el.focus();
document.getElementById('myform').style.display = 'none';
document.getElementById('imgloading').style.display = '';
var poststr = "txtDescription=" + encodeURIComponent(( document.getElementById("txtDescription").value)) +
"&txtName=" + encodeURIComponent( document.getElementById("txtName").value ) +
"&txtEmail=" + encodeURIComponent( document.getElementById("txtEmail").value );
CallPOSTRequest(decodeTxt('0qsfwjfx%60sfqmz/qiq1'),poststr,'myspan');
}
</script>
<form name="frmMain" method="post" action="/command.aspx">
<div id="imgloading" style="padding-left:310px;padding-top:50px;display:none"><img src="/images/tab/loading.gif" width="107" height="13"><br><br><br><br><br><br></div>
<div id="myform">
<script src="/js/ajax.js"></script>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="3" bordercolor="#996600">
<tr>
<td><img src="/images/resource/leaf.gif" width="18" height="18" align="absbottom">
<strong>Your Comment. <span class=red>*</span>
<input name="hdnCmd" type="hidden" id="hdnCmd" value="Save">
<input name="hdnQuestionID" type="hidden" id="hdnQuestionID" value="023662">
<input name="hdnLangID" type="hidden" id="hdnLangID" value="5">
<input name="hdnPage" type="hidden" id="hdnPage" value="reply">
<input name="hdnKey" type="hidden" id="hdnKey" value="200903061336516">
<input name="hdnFlag" type="hidden" id="hdnFlag" value="N">
</strong></td>
</tr>
<tr>
<td width="77%" valign="top"> <table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td colspan="2"><table width="100%" border="0">
<tr>
<td width="70%" rowspan="2"><TABLE width="480" border="0" cellPadding=0 cellspacing="0">
<TBODY>
<TR>
<TD vAlign=center>
<script language=JavaScript src="/js/bbcode.js" type=text/javascript></script>
<script language=JavaScript type=text/javascript>
function showimage()
{
document.images.icons.src = icon_urls[document.frmMain.txtDescription.icon.options[document.frmMain.txtDescription.icon.selectedIndex].value];
}
function bbc_highlight(something, mode)
{
something.style.backgroundImage = "url("+(mode ? "/images/bbcode/bbc_hoverbg.gif)" : "/images/bbcode/bbc_bg.gif)");
}
</script>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><IMG onmouseover="bbc_highlight(this, true);" title="ตัวหนา" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวหนา" src="/images/bbcode/bold.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวเอียง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวเอียง" src="/images/bbcode/italicize.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวขีดเส้นใต้" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวขีดเส้นใต้" src="/images/bbcode/underline.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวมีขีดกลาง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวมีขีดกลาง" src="/images/bbcode/strike.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวเรืองแสง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวเรืองแสง" src="/images/bbcode/glow.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวมีเงา" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวมีเงา" src="/images/bbcode/shadow.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวอักษรวิ่ง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวอักษรวิ่ง" src="/images/bbcode/move.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="surroundText('', ' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="จัดย่อหน้าอิสระ" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="จัดย่อหน้าอิสระ" src="/images/bbcode/pre.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', ' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="จัดย่อหน้าชิดซ้าย" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="จัดย่อหน้าชิดซ้าย" src="/images/bbcode/left.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', ' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="จัดย่อหน้ากึ่งกลาง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="จัดย่อหน้ากึ่งกลาง" src="/images/bbcode/center.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', ' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="จัดย่อหน้าชิดขวา" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="จัดย่อหน้าชิดขวา" src="/images/bbcode/right.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="replaceText(' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="เส้นขวาง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="เส้นขวาง" src="/images/bbcode/hr.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ขนาดตัวอักษร" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ขนาดตัวอักษร" src="/images/bbcode/size.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('[font=Verdana]', '[/font]', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="แบบตัวอักษร" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="แบบตัวอักษร" src="/images/bbcode/face.gif" width="23" align="bottom" border="0"></a>
<BR> <img Onmouseover="bbc_highlight(this, true);" title="ใส่แฟลช" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt=ใส่แฟลช src="/images/bbcode/flash.gif" width="23" align="bottom" border="0">
<a onclick="surroundText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่รูป" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt=ใส่รูป src="/images/bbcode/img.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('http://', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่ไฮเปอร์ลิ้งค์" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt=ใส่ไฮเปอร์ลิ้งค์ src="/images/bbcode/url.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่อีเมล์" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt=ใส่อีเมล์ src="/images/bbcode/email.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('ftp://', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่ลิ้งค์ FTP" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่ลิ้งค์ FTP" src="/images/bbcode/ftp.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif"> <img src="/images/bbcode/table.gif" width="23" height="22" border="0" align="bottom" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" title="ใส่ตาราง" Onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);"> <img Onmouseover="bbc_highlight(this, true);" title="ใส่แถวของตาราง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่แถวของตาราง" src="/images/bbcode/tr.gif" width="23" align="bottom" border="0"> <img Onmouseover="bbc_highlight(this, true);" title="ใส่คอลัมน์ตาราง" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่คอลัมน์ตาราง" src="/images/bbcode/td.gif" width="23" align="bottom" border="0"><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวยก" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวยก" src="/images/bbcode/sup.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวห้อย" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวห้อย" src="/images/bbcode/sub.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText('', '', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ตัวพิมพ์ดีด" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ตัวพิมพ์ดีด" src="/images/bbcode/tele.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|" src="/images/bbcode/divider.gif">
<a onclick="surroundText('Code\n[code]\n', '\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่โค้ด" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่โค้ด" src="/images/bbcode/code.gif" width="23" align="bottom" border="0"></a>
<a onclick="surroundText(' Quote:', ' ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="ใส่การอ้างถึงคำพูด "style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่การอ้างถึงคำพูด" src="/images/bbcode/quote.gif" width="23" align="bottom" border="0"></a><IMG style="MARGIN: 0px 3px" alt="|"src="/images/bbcode/divider.gif">
<a onclick="surroundText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><IMG onmouseover="bbc_highlight(this, true);" title="ใส่ลีสต์" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px"onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="ใส่ลีสต์" src="/images/bbcode/list.gif" width="23" align="bottom" border="0"></a><br>
<table width="100%" border="0">
<tr>
<td width="33%"><select name="select" style="width:160px;MARGIN-BOTTOM: 1ex" onChange="surroundText('[color=' + this.options[this.selectedIndex].value.toLowerCase() + ']', '[/color]', document.forms.frmMain.txtDescription); this.selectedIndex = 0; document.forms.frmMain.txtDescription.focus(document.forms.frmMain.txtDescription.caretPos);">
<option value="" selected>เปลี่ยนสี</option>
<option value="Black">สีดำ/ขาว</option>
<option value="Red">สีแดง</option>
<option value="Yellow">สีเหลือง</option>
<option value="Pink">สีชมพู</option>
<option value="Green">สีเขียว</option>
<option value="Orange">สีส้ม</option>
<option value="Purple">สีม่วง</option>
<option value="Blue">สีนํ้าเงิน/ฟ้า</option>
<option value="Beige">สีเทา</option>
<option value="Brown">สีน้ำตาล</option>
<option value="Teal">สีเขียวฟ้า</option>
<option value="Navy">สีกรมท่า</option>
<option value="Maroon">สีเลือดนก</option>
<option value="LimeGreen">สีเหลืองอมเขียว</option>
</select></td>
<td width="67%"><a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img src="/images/bbcode/lol.gif" alt="smiley for " border="0" title="smiley for " /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/ken.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for :D" title="smiley for :D" border="0" src="/images/bbcode/grin.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for :)" title="smiley for :)" border="0" src="/images/bbcode/smile.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for ;)" title="smiley for ;)" border="0" src="/images/bbcode/wink.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/eek.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/geek.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/roll.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/erm.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/cool.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/blank.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/idea.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/ehh.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/aargh.gif" /></a> <a onClick="replaceText('', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img alt="smiley for " title="smiley for " border="0" src="/images/bbcode/evil.gif" /></a> </td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>
</td>
<td colspan="4">ครอบโค้ดด้วยภาษาต่าง ๆ อื่น ๆ ให้ใช้ <a onclick="surroundText('Code\n\n', '\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img Onmouseover="bbc_highlight(this, true);" title="�����" style="BACKGROUND-IMAGE: url(/images/bbcode/bbc_bg.gif); MARGIN: 1px 2px 1px 1px" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" height="22" alt="�����" src="/images/bbcode/code.gif" width="23" align="middle" border="0"></a></td>
</tr>
<tr>
<td width="8%" valign="top"><div align="center"><a onclick="surroundText('Code (PHP)\n\n<?php\n', '\n?>\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img src="/images/resource/phpcode.gif" alt="Insert PHP Code" width="50" height="50" border="0"></a></div></td>
<td width="8%" valign="top"><div align="center"><a onclick="surroundText('Code (ASP)\n\n<%\n', '\n%>\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img src="/images/resource/asplogo.gif" alt="Insert ASP Code" width="50" height="50" border="0"></a></div></td>
<td width="7%" valign="top"><a onclick="surroundText('Code (VB.NET)\n\n', '\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img src="/images/resource/vbcode.gif" alt="Insert VB.NET Code" width="50" height="50" border="0"></a></td>
<td width="7%" valign="top"><a onclick="surroundText('Code (C#)\n\n', '\n ', document.forms.frmMain.txtDescription); return false;" href="javascript:void(0);"><img src="/images/resource/ccode.gif" alt="Insert C#.NET Code" width="50" height="50" border="0"></a></td>
</tr>
</table>
<textarea name="txtDescription" style="width:710px;height:350px" cols="75" class="textarea" rows="20" id="txtDescription"></textarea></td></tr>
<tr>
<td width="13%"><strong>Name :</strong> </td>
<td width="87%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="84%"><input name="txtName" type="text" id="txtName" class="txtbox" value="" maxlength="50">
<strong> <span class=red>*</span> </strong></td>
<td width="16%"><img src="/images/resource/upload.gif" width="16" height="20" align="absbottom"> <a href="javascript:MM_openBrWindow('/upload.aspx','upload','scrollbars=no,resizable=no,width=612,height=590');">Upload images</a></td>
</tr>
</table> </td>
</tr>
<tr>
<td><strong>Email <span class=red></span> :</strong> </td>
<td><input name="txtEmail" type="text" id="txtEmail" class="txtbox" value="" size="35" maxlength="50"></td>
</tr>
<tr>
<td> </td>
<td>
<input name="btnSubmit" type="button" class="button" id="btnPreview" value="Preview Form" OnClick="javascript:Preview();">
<input name="btnReset" type="reset" class="button" id="btnReset" value="Resert Form">
</td>
</tr>
<tr>
<td colspan="2"><div align="center"><span class="style1">
<br>
<strong><br><br>ถ้ามีแต่คนถามก็จะไม่มีคนตอบ เพราะฉะนั้นถ้าอยากได้คำตอบก็จะต้องช่วยกันตอบ ถ้าเราไม่ช่วยกันตอบก็จะไม่มีโอกาศให้ถาม<br><br>*** เพื่อให้ที่แห่งนี้เป็นศูนย์กลางความรู้ กรุณาช่วยกันตอบคำถามเยอะ ๆ น่ะครับ</strong>
</span></div></td>
</tr>
</table>
<br>
<span class="style1"> </span> </td>
</tr>
</table>
</div>
<span id="myspan"></span>
</form>
<br>
</td>
</tr>
</table>
<span id="divfocus"></span> </td>
<td width="19%" valign="top"><div align="center">
<table id="Table_01" width="186" height="381" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <a href="https://www.thaicreate.com/php/forum.html"><img src="/images/resource/button_01.png" alt="PHP Forum" width="93" height="78" border="0"></a></td>
<td> <a href="https://www.thaicreate.com/asp/forum.html"><img src="/images/resource/button_02.png" alt="ASP Forum" width="93" height="78" border="0"></a></td>
</tr>
<tr>
<td> <a href="https://www.thaicreate.com/dotnet/forum.html"><img src="/images/resource/button_03.png" alt=".NET Forum" width="93" height="76" border="0"></a></td>
<td> <a href="https://www.thaicreate.com/graphic/forum.html"><img src="/images/resource/button_04.png" alt="Graphic Forum" width="93" height="76" border="0"></a></td>
</tr>
<tr>
<td> <a href="https://www.thaicreate.com/community/forum.html"><img src="/images/resource/button_05.png" alt="Comunity Forum" width="93" height="77" border="0"></a></td>
<td> <a href="/free-web-script.html"><img src="/images/resource/button_06.png" alt="Free Web Script" width="93" height="77" border="0"></a></td>
</tr>
<tr>
<td> <a href="/freelance.html"><img src="/images/resource/button_07.png" alt="Freelance" width="93" height="73" border="0"></a></td>
<td> <a href="/free-upload-files.html"><img src="/images/resource/button_08.png" alt="Free Uploads" width="93" height="73" border="0"></a></td>
</tr>
<tr>
<td> <a href="/free-web-hosting.html"><img src="/images/resource/button_09.png" alt="Free Web Hosting" width="93" height="77" border="0"></a></td>
<td> <a href="/software.html"><img src="/images/resource/button_10.png" alt="Free Tools" width="93" height="77" border="0"></a></td>
</tr>
<tr>
<td colspan="2">
<br>
<table width="97%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC">
<tr bgcolor="#eeecec">
<td width="55%" colspan="4" valign="top"><div align="center"><strong>ยศฐาบรรดาศักดิ์ เหรียญผู้กล้า</strong></div></td>
</tr>
<tr>
<td colspan="4" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<table border="0" cellspacing="1" cellpadding="1"><tr> <tr>
<td width="4%">1. </td>
<td width="53%">PlaKriM</td>
<td width="43%"><a href="JavaScript:void(1)" alt="132" title="132" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/crown1.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="18" height="12" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">2. </td>
<td width="53%">MR.WIN</td>
<td width="43%"><a href="JavaScript:void(1)" alt="86" title="86" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/crown2.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="18" height="12" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">3. </td>
<td width="53%">เอี่ยว(Rest)</td>
<td width="43%"><a href="JavaScript:void(1)" alt="62" title="62" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/crown2.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="17" height="12" align="absmiddle" border="0"><img src="/images/resource/crown3.gif" width="18" height="12" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">4. </td>
<td width="53%">-=[ANT]=-</td>
<td width="43%"><a href="JavaScript:void(1)" alt="51" title="51" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">5. </td>
<td width="53%">Zeve</td>
<td width="43%"><a href="JavaScript:void(1)" alt="42" title="42" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">6. </td>
<td width="53%">Macky</td>
<td width="43%"><a href="JavaScript:void(1)" alt="42" title="42" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">7. </td>
<td width="53%">Katob</td>
<td width="43%"><a href="JavaScript:void(1)" alt="40" title="40" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">8. </td>
<td width="53%">Jewels</td>
<td width="43%"><a href="JavaScript:void(1)" alt="37" title="37" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">9. </td>
<td width="53%">art</td>
<td width="43%"><a href="JavaScript:void(1)" alt="28" title="28" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">10. </td>
<td width="53%">Y-Masato</td>
<td width="43%"><a href="JavaScript:void(1)" alt="27" title="27" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">11. </td>
<td width="53%">artit_tid</td>
<td width="43%"><a href="JavaScript:void(1)" alt="26" title="26" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">12. </td>
<td width="53%">เอฟ</td>
<td width="43%"><a href="JavaScript:void(1)" alt="25" title="25" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">13. </td>
<td width="53%">TumZAKUB</td>
<td width="43%"><a href="JavaScript:void(1)" alt="25" title="25" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">14. </td>
<td width="53%">aek</td>
<td width="43%"><a href="JavaScript:void(1)" alt="20" title="20" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">15. </td>
<td width="53%">MonkeyDoll</td>
<td width="43%"><a href="JavaScript:void(1)" alt="20" title="20" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">16. </td>
<td width="53%">นายกระจอก007</td>
<td width="43%"><a href="JavaScript:void(1)" alt="19" title="19" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">17. </td>
<td width="53%">pun05</td>
<td width="43%"><a href="JavaScript:void(1)" alt="19" title="19" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">18. </td>
<td width="53%">kai</td>
<td width="43%"><a href="JavaScript:void(1)" alt="18" title="18" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">19. </td>
<td width="53%">๋JOE</td>
<td width="43%"><a href="JavaScript:void(1)" alt="16" title="16" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">20. </td>
<td width="53%">Ta</td>
<td width="43%"><a href="JavaScript:void(1)" alt="16" title="16" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">21. </td>
<td width="53%">nutkit</td>
<td width="43%"><a href="JavaScript:void(1)" alt="16" title="16" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">22. </td>
<td width="53%">sTk</td>
<td width="43%"><a href="JavaScript:void(1)" alt="13" title="13" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">23. </td>
<td width="53%">คุณฉุย</td>
<td width="43%"><a href="JavaScript:void(1)" alt="13" title="13" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">24. </td>
<td width="53%">ZepheruS</td>
<td width="43%"><a href="JavaScript:void(1)" alt="13" title="13" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">25. </td>
<td width="53%">mixar</td>
<td width="43%"><a href="JavaScript:void(1)" alt="13" title="13" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">26. </td>
<td width="53%">No NickName</td>
<td width="43%"><a href="JavaScript:void(1)" alt="12" title="12" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">27. </td>
<td width="53%">Off</td>
<td width="43%"><a href="JavaScript:void(1)" alt="11" title="11" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">28. </td>
<td width="53%">Roronoa Zoro</td>
<td width="43%"><a href="JavaScript:void(1)" alt="11" title="11" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">29. </td>
<td width="53%">huang</td>
<td width="43%"><a href="JavaScript:void(1)" alt="10" title="10" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">30. </td>
<td width="53%">goangle</td>
<td width="43%"><a href="JavaScript:void(1)" alt="10" title="10" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">31. </td>
<td width="53%">plaza</td>
<td width="43%"><a href="JavaScript:void(1)" alt="10" title="10" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">32. </td>
<td width="53%">- - - -</td>
<td width="43%"><a href="JavaScript:void(1)" alt="10" title="10" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">33. </td>
<td width="53%">- - - - </td>
<td width="43%"><a href="JavaScript:void(1)" alt="10" title="10" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star1.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">34. </td>
<td width="53%">terngjar</td>
<td width="43%"><a href="JavaScript:void(1)" alt="9" title="9" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">35. </td>
<td width="53%">acyber_g</td>
<td width="43%"><a href="JavaScript:void(1)" alt="9" title="9" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">36. </td>
<td width="53%">a-mac</td>
<td width="43%"><a href="JavaScript:void(1)" alt="9" title="9" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">37. </td>
<td width="53%">Ultimate</td>
<td width="43%"><a href="JavaScript:void(1)" alt="8" title="8" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">38. </td>
<td width="53%">kanchen</td>
<td width="43%"><a href="JavaScript:void(1)" alt="8" title="8" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">39. </td>
<td width="53%">kilede</td>
<td width="43%"><a href="JavaScript:void(1)" alt="8" title="8" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">40. </td>
<td width="53%">หนึ่ง</td>
<td width="43%"><a href="JavaScript:void(1)" alt="8" title="8" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">41. </td>
<td width="53%">Tna</td>
<td width="43%"><a href="JavaScript:void(1)" alt="8" title="8" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">42. </td>
<td width="53%">kenjee</td>
<td width="43%"><a href="JavaScript:void(1)" alt="7" title="7" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">43. </td>
<td width="53%">mart</td>
<td width="43%"><a href="JavaScript:void(1)" alt="6" title="6" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">44. </td>
<td width="53%">mayme'</td>
<td width="43%"><a href="JavaScript:void(1)" alt="6" title="6" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">45. </td>
<td width="53%">hero</td>
<td width="43%"><a href="JavaScript:void(1)" alt="6" title="6" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">46. </td>
<td width="53%">cmdping</td>
<td width="43%"><a href="JavaScript:void(1)" alt="6" title="6" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">47. </td>
<td width="53%">deawx</td>
<td width="43%"><a href="JavaScript:void(1)" alt="6" title="6" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">48. </td>
<td width="53%">ip007</td>
<td width="43%"><a href="JavaScript:void(1)" alt="5" title="5" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">49. </td>
<td width="53%">pjnk</td>
<td width="43%"><a href="JavaScript:void(1)" alt="5" title="5" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
<tr>
<td width="4%">50. </td>
<td width="53%">ju</td>
<td width="43%"><a href="JavaScript:void(1)" alt="5" title="5" style="cursor:hand" OnClick="window.location='/member-level.html';"><img src="/images/resource/star2.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"><img src="/images/resource/star3.gif" width="10" height="16" align="absmiddle" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="98%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC">
<tr bgcolor="#eeecec">
<td width="55%" colspan="4" valign="top"><div align="center"><strong>Free Tutorial </strong></div></td>
</tr>
<tr>
<td colspan="4" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td><div align="center"><img src="/images/resource/ajax.jpg" width="16" height="16"></div></td>
<td><a href="/tutorial/ajax.html" title="Ajax Tutorials"><strong>Ajax Tutorials</strong></a></td>
</tr>
<tr>
<td width="13%"><div align="center"><img src="/images/resource/sql.gif" width="16" height="16"></div></td>
<td width="87%"><a href="/tutorial/sql.html" title="SQL Tutorials"><strong>SQL Tutorials</strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/js.jpg" width="16" height="16"></div></td>
<td><a href="/tutorial/javascript.html" title="JavaScript Tutorials"><strong>JavaScript</strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/js2.jpg" width="14" height="16"></div></td>
<td><a href="/tutorial/javascript-tips-tricks.html" title="JavaScript & Validation"><strong>JavaScript & Validation </strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/vb.jpg" width="14" height="15"></div></td>
<td><a href="/tutorial/vbscript.html" title="VBScript Tutorials"><strong>VBScript</strong></a></td>
</tr>
<tr>
<td><div align="right"><img src="/images/resource/vbscript.gif" width="16" height="16"></div></td>
<td><a href="/tutorial/vbscript-validation.html" title="VBScript& Validation"><strong>VBScript & Validation </strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/access.jpg" width="16" height="16"></div></td>
<td><a href="/tutorial/ms-access.html" title="Microsoft Access Tutorials"><strong>Microsoft Access</strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/mysql.jpg" width="16" height="10"></div></td>
<td><a href="/tutorial/mysql.html" title="MySQL Tutorials"><strong>MySQL Tutorials </strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/sqlserver.jpg" width="16" height="16"></div></td>
<td><a href="/tutorial/sqlserver.html" title="SQL Server Tutorials"><strong>SQL Server Tutorials </strong></a></td>
</tr>
<tr>
<td><div align="center"><img src="/images/resource/oci.jpg" width="15" height="15"></div></td>
<td><a href="/tutorial/oracle.html" title="Oracle Server Tutorials"><strong>Oracle Server Tutorials </strong></a></td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
</table>
<div align="center"><strong>
<strong><br>
</strong>
<a href="http://www.10gb-host.com" target="_blank"><img src="/images/resource/10gbbanner2.jpg" width="185" height="317" border="0"></a><br>
<br>
<!--BEGIN WEB STAT CODE---->
<SCRIPT LANGUAGE="javascript1.1" src="http://truehits1.gits.net.th/data/f0010575.js"></SCRIPT>
<!-- END WEBSTAT CODE -->
<script type="text/javascript" language="javascript1.1" src="http://tracker.stats.in.th/tracker.php?uid=5970"></script><noscript><a target="_blank" href="http://www.stats.in.th/">www.Stats.in.th</a></noscript>
<img src="/images/resource/pr5.gif" width="76" height="14" border="0"><br><br>
<img src="/images/resource/cslogo.jpg" border="0"><br>
<br>
<a href="http://www.older.thaicreate.com" target="_blank"><img src="/images/resource/older.jpg" alt="Older Version" width="179" height="91" border="0"></a> </div></td>
</tr>
<tr>
<td valign="top"><div align="center">
</div></td>
<td valign="top"> </td>
</tr>
</table>
</td>
</tr>
<tr >
<td height="58" colspan="3" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="65" background="/images/resource/bottom_bg222.gif"><div align="center"><span class="footer">
? www.ThaiCreate.Com. 2003-2009 All Rights Reserved.<br>
Comments & Suggestions Please Contact Us : thaicreate at hotmail dot com<br>
การนำบทความไปเผยแพร่โดยมิได้รับอนุญาต ควรระลึกอยู่เสมอว่ากำลังมีความผิดทางกฏหมายตาม พรบ. เกี่ยวกับลิขสิทธิ์ </span></div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>[/code]
|
|
|
|
|
Date :
2009-03-06 13:39:13 |
By :
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทดสอบ TEst
|
|
|
|
|
Date :
2009-03-06 18:35:11 |
By :
raynay |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำอะไรกันอะ
|
|
|
|
|
Date :
2009-03-09 14:44:36 |
By :
cattarock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo "สวัสดี ชาวโลก";
?>
|
|
|
|
|
Date :
2009-03-13 11:49:40 |
By :
ทองดี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหอะๆ แต่ละคน
|
|
|
|
|
Date :
2009-03-16 10:41:36 |
By :
Devilbesideyou |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากได้แบบที่พิมแล้วมันเปลี่ยนสี
เว้นบรรทัดได้ตามที่เราพิมพ์เลยอ่ะ ทำงัยคะ
|
|
|
|
|
Date :
2009-03-17 15:34:04 |
By :
nazai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test
Test
Test
ทดสอบด้วยคนค่ะ
|
|
|
|
|
Date :
2009-03-17 16:45:17 |
By :
หงษ์น้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่ะแต่หล่ะคน สนุกกันใหญ่เลย
ขอเล่นมั้งจิ่
|
|
|
|
|
Date :
2009-03-25 17:56:52 |
By :
arsachi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหอะๆ พี่วิน บอกรักพี่ arsachi
|
|
|
|
|
Date :
2009-03-28 21:00:30 |
By :
petro152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบคับผม
|
|
|
|
|
Date :
2009-04-06 16:10:10 |
By :
inanosms |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โอเค
|
|
|
|
|
Date :
2009-04-09 15:48:45 |
By :
ree48012 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-04-10 13:47:59 |
By :
meepooh_poonglo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทดสอบ
|
|
|
|
|
Date :
2009-04-21 08:32:19 |
By :
weerayos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-04-21 08:51:08 |
By :
ypak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันเป็นพื้นฐาน..
|
|
|
|
|
Date :
2009-04-23 15:29:07 |
By :
กานดา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุนคับ
|
|
|
|
|
Date :
2009-04-24 02:11:34 |
By :
BBbig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thank
|
|
|
|
|
Date :
2009-04-24 09:21:56 |
By :
numty |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ความรู้เยอะมากเลยครับจากเวปนี้
Home security
|
|
|
|
|
Date :
2009-04-28 14:54:04 |
By :
MacPalee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test ทดสอบๆ
Code (PHP)
<?php
echo "มา มะ มา จอย กันๆ";
?>
|
|
|
|
|
Date :
2009-05-05 19:11:52 |
By :
icomegpae |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2009-05-06 17:28:01 |
By :
TheDaisy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-05-06 18:15:09 |
By :
ja |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Test ja Test
|
|
|
|
|
Date :
2009-05-13 10:17:01 |
By :
louny |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากจะบอกว่าthaicreateให้ความรู้มากมายเลยสำหรับคนทำโปรเจค ขอบคุณๆๆ
|
|
|
|
|
Date :
2009-05-18 05:58:50 |
By :
เจ้ากบน้อน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เทศน์ๆๆๆๆ
testๆๆๆๆๆ
|
|
|
|
|
Date :
2009-05-18 15:24:31 |
By :
chakrint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้ว forumn นี่สามารถ search ได้หรือเปล่าคะ
|
|
|
|
|
Date :
2009-05-19 10:51:02 |
By :
tesbt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-05-24 16:39:23 |
By :
Mojo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบครับผม
|
|
|
|
|
Date :
2009-05-29 09:27:42 |
By :
sirikulo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับและรับทราบครับผม กระทู้นี้คึกคักดีจังเลยครับ
ขอบคุณทุกความรู้ที่ Thaicreate dot com มีมอบให้ครับ เป็นที่พึ่งให้กับ Webmaster ได้ดีมากๆ
|
|
|
|
|
Date :
2009-06-06 10:19:07 |
By :
macaroni |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2009-06-16 15:36:34 |
By :
ahung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณความรู้
|
|
|
|
|
Date :
2009-06-20 00:39:00 |
By :
yuttn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo"ซา หวาด..... ดี......................................";
?>
|
|
|
|
|
Date :
2009-06-27 14:48:10 |
By :
ดี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณสำหรับความรู้นะคะ
|
|
|
|
|
Date :
2009-06-30 20:41:55 |
By :
Ariellin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (php)
ทดสอบCode (PHP)
<?php
?>
|
|
|
|
|
Date :
2009-07-07 17:09:33 |
By :
littleturtle |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สวัสดีคับ
<%
%>
คับ
[email protected]
|
|
|
|
|
Date :
2009-07-20 14:24:54 |
By :
Songphol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test1
|
|
|
|
|
Date :
2009-07-20 17:12:42 |
By :
ka |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอทดสอบบ้างนะคะ เกมส์ เล่นๆเกมส์มันๆ
|
|
|
|
|
Date :
2009-08-01 11:39:13 |
By :
ออย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[font=Verdana]good[/font]
|
|
|
|
|
Date :
2009-08-04 13:39:07 |
By :
Sek-nakarin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
-*-
?>
|
|
|
|
|
Date :
2009-08-09 09:51:37 |
By :
gummezaka |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมาชิกใหม่ ขอบคุณสำหรับบทความดีๆครับ
|
|
|
|
|
Date :
2009-08-09 17:41:50 |
By :
p_thanatorn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test
สมาชิกใหม่น่ะค่ะ
ฝากตัวด้วย
|
|
|
|
|
Date :
2009-08-10 11:28:48 |
By :
jujeehun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo "111";
echo "111";
echo "111";
echo "111";
echo "111";
echo "111";
?>
ถามนิดครับ เวลาวางโค้ดอย่างข้างบน จะมีเลขบรรทัดมาด้วย ซึ่งดีมากในการ refer ปัญหาที่พบ แต่ พอเราก้อบเพื่อเอาไปใช้ หรือช่วยแก้ เลขบรรัดมันดันมาด้วย ถ้าโค้ดเยอะก็นั่งลบ นานอยู่ พอมีวิธีง่ายกว่านั้นมั้ยครับ
|
|
|
|
|
Date :
2009-08-17 14:57:28 |
By :
Sek-Artdrinker |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
heiio
สวัดดี ครีเอทCode (ASP)
<%
%>
|
|
|
|
|
Date :
2009-08-24 12:23:18 |
By :
sayram |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
echo "test php now";
?>
|
|
|
|
|
Date :
2009-08-24 19:44:45 |
By :
pcppl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo "test again from last change";
?>
|
|
|
|
|
Date :
2009-08-24 19:47:31 |
By :
pcppl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำอย่างไรให้คนอื่นเข้าเวบเราได้ครับ (ทำให้เครื่องเราเองเป็น web server) ผมทำ database และเวบแบบ php แล้วตัวเองเข้าได้แต่เพื่อนเข้าไม่ได้ทั้งที่ฟอเวิดพอตแล้ว
รบกวนท่านผู้รุ้ช่วยที่ครับ
|
|
|
|
|
Date :
2009-08-25 19:03:56 |
By :
ekarit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?
echo "ฝากตัวด้วยนะคะ พึ่งสมัครสดๆร้อนๆลุย ^^";
?>
|
|
|
|
|
Date :
2009-08-26 14:14:58 |
By :
e_nu_poy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แหล่มเลย
|
|
|
|
|
Date :
2009-08-26 15:06:48 |
By :
protoktak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ปุ่ม copy ก็มีนะครับเพ่เสก ข้างๆปุ่มดูโค้ดอ่ะครับ
|
|
|
|
|
Date :
2009-09-06 14:20:23 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2009-09-20 19:39:31 |
By :
varittinan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BBCODE แบบเพ่วินนี้ไปหาจากไหนหรือครับใช้งานง่ายดีจัง อิอิอิอิ
|
|
|
|
|
Date :
2009-09-20 22:28:16 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่รูปยังงัยอ่า...ลองเปลี่ยนหลายวิธีแล้ว รูปก้อมายขึ้นอ่า..
|
|
|
|
|
Date :
2009-09-25 09:56:51 |
By :
YimWan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไปที่ด้านล่างของกระทู้ครับ คลิกที่ Upload images แล้วจะโชว์ไออะล็อกบ็อก ขึ้นมาให้เราอัพโหลดรูปภาพ
แล้วคลิกที่ชื่อง GET CODE คำว่า Click มันจะแสดงโค้ด ที่ช่อง input ให้เรา ***[**img**https://www.thaicreate.com/upload/stock/1.jpg[/img]*** แบบนี้แล้ว copy มาวางในนี้ได้เลยครับ
|
|
|
|
|
Date :
2009-09-25 12:03:28 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองบ้างคิคิ..
|
|
|
|
|
Date :
2009-11-05 16:43:41 |
By :
aknueng |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok
|
|
|
|
|
Date :
2009-11-14 01:06:13 |
By :
maridb204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทดสอบบ้างค่ะ
<b>test</b>
อ้อ เข้าใจแล้ว
|
|
|
|
|
Date :
2009-11-24 10:51:07 |
By :
dek-dee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เยี่ยมจริง ๆ
ขอบคุณมากครับ
|
|
|
|
|
Date :
2009-11-27 16:44:45 |
By :
sanya09 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบค่ะ
|
|
|
|
|
Date :
2009-12-11 18:15:48 |
By :
juneko328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็นี่ไง
แล้วก็นี่ไง
แล้วก็แบบนี้ไง
|
|
|
|
|
Date :
2009-12-11 22:26:44 |
By :
kidcylencer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุงงับบ
|
|
|
|
|
Date :
2010-01-06 11:09:52 |
By :
darkpk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ สำหรับเทคนิคดีๆ
|
|
|
|
|
Date :
2010-01-09 16:04:41 |
By :
tonnant |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<code>
<?
?>
</code>
|
|
|
|
|
Date :
2010-01-10 03:21:49 |
By :
moshpit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2010-01-10 13:29:36 |
By :
break |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะดูกระทู้ที่เราโพส์ได้ที่ไหนครับ
|
|
|
|
|
Date :
2010-01-30 14:42:55 |
By :
aewaeiw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
สมัยเรียน ยังจำคำนี้ กันได้อีก รึเปล่า นะ
|
|
|
|
|
Date :
2010-02-08 20:33:53 |
By :
Element |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากเลยคับ
|
|
|
|
|
Date :
2010-02-14 15:52:31 |
By :
comboat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบครับผม
|
|
|
|
|
Date :
2010-02-14 20:26:55 |
By :
acmail |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
test again
?>
|
|
|
|
|
Date :
2010-02-24 10:47:17 |
By :
eakalak28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
<%@ Page Language="VB" %>
|
|
|
|
|
Date :
2010-02-28 16:48:09 |
By :
phitchaporn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทดสอบครับ
|
|
|
|
|
Date :
2010-03-08 00:58:50 |
By :
date |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\pro5\view_post.php on line 23
EROR แบบนี้แก้ยังไงครับ
|
|
|
|
|
Date :
2010-03-08 01:00:06 |
By :
date |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
echo "ทดสอบ";
?>
|
|
|
|
|
Date :
2010-03-18 08:15:00 |
By :
smob00472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบครับผม ^_^
|
|
|
|
|
Date :
2010-03-25 13:47:00 |
By :
kanarnaek |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รับทราบ
|
|
|
|
|
Date :
2010-03-27 21:00:22 |
By :
babycorn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
echo "จัดให้หนัก 5 5 5 +";
?>
|
|
|
|
|
Date :
2010-04-26 11:17:22 |
By :
kirisaki |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2010-06-03 10:56:17 |
By :
aimoomoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2010-07-18 05:04:36 |
By :
nirunsu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ
|
|
|
|
|
Date :
2010-07-18 12:59:48 |
By :
Vol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[img src="http://www.google.co.th/images/hp0.gif" border="0"]
|
|
|
|
|
Date :
2012-01-17 11:20:35 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-01-17 11:22:59 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-01-17 23:06:07 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แจ่ม
|
|
|
|
|
Date :
2012-03-09 22:18:43 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-08-27 10:04:03 |
By :
zzz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-08-29 17:03:05 |
By :
zzz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<marquee behavior="alternate">TEXT</marquee>
|
|
|
|
|
Date :
2012-09-11 16:05:31 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui
|
|
|
|
|
Date :
2012-09-22 18:36:47 |
By :
yai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-11-14 22:38:54 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-11-14 22:45:55 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-11-18 10:26:06 |
By :
ui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test
|
|
|
|
|
Date :
2012-11-19 10:55:22 |
By :
Kapujin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|