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

Registered : 109,030

HOME > PHP > PHP Forum > error>>>>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\bookroom\searchmemberregis.php on line 138



 

error>>>>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\bookroom\searchmemberregis.php on line 138

 



Topic : 056275



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



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




error>>>>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\bookroom\searchmemberregis.php on line 138



<?php
session_start();
?>
<?php
include 'connect.php';
?>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<TITLE>โปรแกรมจองห้องประชุม</TITLE>
<? if($level!='9'){
?>
<SCRIPT language="JavaScript">
alert("กรุณาติดต่อเจ้าหน้าที่");
location.href='index.php';
</SCRIPT>
<? } ?>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#CCCCCC"><? if($level=='0'){ ?>
<table width="300" border="0" align="right" cellpadding="5" cellspacing="0">
<tr class="unnamed1">
<td><div align="center"></div></td>
<td class="unnamed1"><div align="center"><a href="s">จองห้องประชุม</a></div></td>
<td class="unnamed1"><div align="center"><a href="login.php">ออกจากระบบ</a></div></td>
</tr>
</table>
<? } ?>
<? if($level=='9'){ ?>
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr class="unnamed1">
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="user.php">กำหนดผู้ใช้ระบบ</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="position.php">กำหนดตำแหน่ง</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="depart.php">กำหนดแผนก</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="room.php">กำหนดห้องประชุม</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="sod.php">กำหนดอุปกรณ์เสริม</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="center"><a href="time.php">กำหนดช่วงเวลา</a></div></td>
</tr>
<tr class="unnamed1">
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="anumat.php">กำหนดการอนุมัติ</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="editjonroom.php">แก้ไขข้อมูลการจองห้อง</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="checkanumat.php">ตรวจสอบการขอใช้ห้อง</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="jonroom.php">จองห้องประชุม</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="jonday.php">กำหนดวันจองล่วงหน้า</a></div></td>
<td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><a href="login.php">ออกจากระบบ</a></td>
</tr>
</table>
<? } ?></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td bgcolor="#EFEFEF" class=" unnamed1"><strong class="boxtitle1">&nbsp;&nbsp;&nbsp; ค้นหาข้อมูลผุ้ใช้</strong></td>
</tr>
</table>
<br>

<?
$sql="select * from br_user";

$result=mysql_query($sql) or die (mysql_error());
$numrows=mysql_num_rows($result);
$item=10;
$pagelen=ceil($numrows/$item);
if(!isset($_GET['page'])){
$page=1;
}else{
$page=$_GET['page'];
}
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td align="right"><form id="form1" name="form1" method="post" action="searchmemberregis.php?key=<? echo "$key"; ?>" onChange="document.form1.submit();">
<span class="style11" style="font-weight: bold">ค้นหาชื่อ</span><span class="style11">:
<label>
<input type="text" name="secr" id="secr" />
</label>
</span><span class="style9"><label> </label>
</span>
<label> </label>
</form> </td>
</tr>
</table></td>
</tr>
<tr>
<td><span class="style2">หน้า:
<?
for($i=1;$i<=$pagelen;$i++){
if($i==$page){
echo "<a href='searchmemberregis.php?key=$key&page=$i'>[ $i ]</a>\t";
}else{
echo "<a href='searchmemberregis.php?key=$key&page=$i'> [ $i ]</a>\t";
}
}
?>
</span></td>
<td align="right"> </td>
</tr>
<tr>
<td colspan="2"><?
// echo " &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;จำนวนรายการที่มีอยู่ $numrows";
if($numrows>0){//เช็กให้มันโชว์table ถ้ามีค่าอยู่
?>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#003300">
<tr>
<td width="15%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style3"><strong>Username</div></td>
<td width="15%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style4"><strong>Passwords</strong></div></td>
<td width="20%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style4"><strong>ชื่อ-นามสกุล</strong></div></td>
</tr>
<?
}
$goto=($page-1)*$item;
$scer=$_POST[secr];
if(!empty($scer)){
$sql = "select * from br_user where fname LIKE '%$scer%' order by id desc limit $goto,$item ";
}else{
$sql="select * from br_user order by id name desc limit $goto,$item";
}
$result=mysql_query($sql);
$m=$goto;
while ($fetchrr=mysql_fetch_array($result)){ <<<error ตรงนี้ครับช่วยดูหน่อยครับ
++$m;
?>
<tr>

<td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['username'];?></span></td>
<td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['passwords'];?></span></td>
<td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['fname'];?></span></td>

</tr>
<?

}

?>
</table>
</html>



Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-02-19 23:29:14 By : bankchan View : 1131 Reply : 11
 

 

No. 1



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

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

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


line 138 อยู่ตรงไหนครับ

แก้ไขครอบ php code ให้หน่อย






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:33:52 By : PlaKriM
 


 

No. 2



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



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


Code (PHP)
<?
}
$goto=($page-1)*$item;
$scer=$_POST[secr];
if(!empty($scer)){
$sql = "select * from br_user where fname LIKE '%$scer%' order by id desc limit $goto,$item ";
}else{
$sql="select * from br_user order by id name desc limit $goto,$item";
}
$result=mysql_query($sql);
$m=$goto;
while ($fetchrr=mysql_fetch_array($result)){ <<<error ตรงนี้ครับช่วยดูหน่อยครับ
++$m;
?>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:42:39 By : bankchan
 

 

No. 3



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



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


line 135 ครับที่ มันฟ้อง error
Code (PHP)
<?php
session_start();
?>
<?php
include 'connect.php';
?>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<TITLE>โปรแกรมจองห้องประชุม</TITLE> 
<? if($level!='9'){
?>
<SCRIPT language="JavaScript">
	alert("กรุณาติดต่อเจ้าหน้าที่");
location.href='index.php';
</SCRIPT>
<? } ?>
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->
</style>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0">
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#CCCCCC"><? if($level=='0'){ ?>
        <table width="300" border="0" align="right" cellpadding="5" cellspacing="0">
          <tr class="unnamed1">
            <td><div align="center"></div></td>
            <td class="unnamed1"><div align="center"><a href="s">จองห้องประชุม</a></div></td>
            <td class="unnamed1"><div align="center"><a href="login.php">ออกจากระบบ</a></div></td>
          </tr>
        </table>
        <? } ?>
        <? if($level=='9'){ ?>
        <table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
          <tr class="unnamed1">
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="user.php">กำหนดผู้ใช้ระบบ</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="position.php">กำหนดตำแหน่ง</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="depart.php">กำหนดแผนก</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="room.php">กำหนดห้องประชุม</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="left"><a href="sod.php">กำหนดอุปกรณ์เสริม</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><div align="center"><a href="time.php">กำหนดช่วงเวลา</a></div></td>
          </tr>
          <tr class="unnamed1">
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="anumat.php">กำหนดการอนุมัติ</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="editjonroom.php">แก้ไขข้อมูลการจองห้อง</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="checkanumat.php">ตรวจสอบการขอใช้ห้อง</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="jonroom.php">จองห้องประชุม</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' "><div align="left"><a href="jonday.php">กำหนดวันจองล่วงหน้า</a></div></td>
            <td onMouseover="this.style.backgroundColor ='#ffffff'" onMouseOut="this.style.backgroundColor='#cccccc' " class="unnamed1"><a href="login.php">ออกจากระบบ</a></td>
          </tr>
        </table>
        <? } ?></td>
  </tr>
</table>
<table width="100%"  border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td bgcolor="#EFEFEF" class=" unnamed1"><strong class="boxtitle1">&nbsp;&nbsp;&nbsp; ค้นหาข้อมูลผุ้ใช้</strong></td>
  </tr>
</table>
<br>

<?
$sql="select * from br_user";

$result=mysql_query($sql) or die (mysql_error());
$numrows=mysql_num_rows($result);
$item=10;
$pagelen=ceil($numrows/$item);
if(!isset($_GET['page'])){
$page=1;
}else{
$page=$_GET['page'];
}
?>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td>&nbsp;</td>
                  <td align="right"><form id="form1" name="form1" method="post" action="searchmemberregis.php?key=<? echo "$key"; ?>" onChange="document.form1.submit();">
                    <span class="style11" style="font-weight: bold">ค้นหาชื่อ</span><span class="style11">:
                    <label>
                    <input type="text" name="secr" id="secr" />
                    </label>
                    </span><span class="style9"><label>                    </label>
                    </span>
                    <label>                    </label>
                  </form>                    </td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td><span class="style2">หน้า:
                <? 
		for($i=1;$i<=$pagelen;$i++){
			if($i==$page){
			echo "<a href='searchmemberregis.php?key=$key&page=$i'>[ $i ]</a>\t";
			}else{
			echo "<a href='searchmemberregis.php?key=$key&page=$i'> [ $i ]</a>\t";
			}
		}
		?>
            </span></td>
            <td align="right">            </td>
          </tr>
          <tr>
            <td colspan="2"><?
                  // 	echo " &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;จำนวนรายการที่มีอยู่ $numrows";
	if($numrows>0){//เช็กให้มันโชว์table ถ้ามีค่าอยู่	  
				  ?>
                <table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#003300">
          <tr>
					 <td width="15%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style3"><strong>Username</div></td>
                    <td width="15%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style4"><strong>Passwords</strong></div></td>
					<td width="20%" bordercolor="#FF0033" bgcolor="#FF0066"><div align="center" class="style4"><strong>ชื่อ-นามสกุล</strong></div></td>        
                  </tr>
				   <?
					}
	  $goto=($page-1)*$item;
	  $scer=$_POST[secr];
	  if(!empty($scer)){
	  $sql = "select * from br_user where fname  LIKE '%$scer%' order by id desc limit $goto,$item ";
	  }else{
	  $sql="select * from br_user order by id name desc limit $goto,$item";
	  }
	  $result=mysql_query($sql);
	  $m=$goto;
	  while ($fetchrr=mysql_fetch_array($result)){    <<<< ตรงนี้ครับที่ Error
	  ++$m;
	  ?>
                  <tr>

                    <td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['username'];?></span></td>
                    <td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['passwords'];?></span></td>
                     <td bordercolor="#FF0066" bgcolor="#FFFFFF"><span class="style8"><? echo $fetchrr['fname'];?></span></td>
					
					   </tr>
                  <?
         
				  }
				  
				  ?>
              </table>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:44:19 By : bankchan
 


 

No. 4



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

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

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


debug ดูนะครับ

Code (PHP)
<?
}
$goto=($page-1)*$item;
$scer=$_POST[secr];
if(!empty($scer)){
$sql = "select * from br_user where fname LIKE '%$scer%' order by id desc limit $goto,$item ";
}else{
$sql="select * from br_user order by id name desc limit $goto,$item";
}
$result=mysql_query($sql) or die(mysql_error() . "<br />" . $sql);
$m=$goto;
while ($fetchrr=mysql_fetch_array($result)){ <<<error ตรงนี้ครับช่วยดูหน่อยครับ
++$m;
?>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:47:30 By : PlaKriM
 


 

No. 5



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



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


$result=mysql_query($sql) or die (mysql_error());
ผมมีตรงบรรทัด 74 นะ ครับ
แล้วผมเปลี่ยนเป็นอันนี้แทน
$result=mysql_query($sql) or die(mysql_error() . "<br />" . $sql);

มันฟ้อง error
Parse error: syntax error, unexpected T_SL in C:\AppServ\www\bookroom\searchmemberregis.php on line 135
ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:56:28 By : bankchan
 


 

No. 6



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

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

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


<<<< ตรงนี้ครับที่ Error เอาออกหรือยังครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-19 23:59:39 By : PlaKriM
 


 

No. 7



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



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


ฟ้อง error เหมือนเดิมครับ
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\bookroom\searchmemberregis.php on line 135
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-20 00:03:32 By : bankchan
 


 

No. 8



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

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

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


line 133
$result=mysql_query($sql) or die (mysql_error());
เปลี่ยนเป็น
$result=mysql_query($sql) or die(mysql_error() . "<br />" . $sql);
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-20 00:24:54 By : PlaKriM
 


 

No. 9



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



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


You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'name desc limit 0,10' at line 1
select * from br_user order by id name desc limit 0,10

เกี่ยวกับฐานข้อมูลเปล่าครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-20 00:28:55 By : bankchan
 


 

No. 10



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

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

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


ผิด
$sql="select * from br_user order by id name desc limit $goto,$item";
ถูก
$sql="select * from br_user order by id desc limit $goto,$item";
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-20 01:07:59 By : PlaKriM
 


 

No. 11



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



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


ได้แล้วครับ
ขอบคุณมากๆ ครับ
คุณ PlaKriM
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-20 01:57:45 By : bankchan
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : error>>>>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\bookroom\searchmemberregis.php on line 138
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

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

Notice

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

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







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

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