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,028

HOME > PHP > PHP Forum > สอบถามปัญหาการส่งค่าเข้า data base ไม่สามารถทำงานได้หมดทุก database



 

สอบถามปัญหาการส่งค่าเข้า data base ไม่สามารถทำงานได้หมดทุก database

 



Topic : 081505



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



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



เป็นงานตัวเก่า อยากรบกวนผู้รู้จริงๆครับ ผมแก้มาหลายวันแล้ว ครับ รบกวนจริงครับ

Code
<form method="post" name="form1" id="form1" action="showtotal.php" >


จะได้ดังภาพครับ

p1


แล้วโปรแกรมไม่ยอมไปบทถัดไปให้ครับ
ยังวันกลับมาทำบทเด้ิมครับ

p2



จาก code ตัวนี้ครับ

คะแนนที่คุณทำได้

Code
<strong><font color="#FF0000">
<?
echo $score;
//echo $_SESSION['MEM_USER'];
if ($_POST['test']==1){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_pretest_value<'".$score."' or mem_pretest_value is null";
}else if ($_POST['test']==2){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score1<'".$score."' or mem_score1 is null";
}else if ($_POST['test']==3){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score2<'".$score."'or mem_score2 is null";
}else if ($_POST['test']==4){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score3<'".$score."' or mem_score3 is null";
}else if ($_POST['test']==5){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score4<'".$score."' or mem_score4 is null";
}else if ($_POST['test']==6){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score5<'".$score."' or mem_score5 is null";
}else if ($_POST['test']==7){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score6<'".$score."' or mem_score6 is null";
}else if ($_POST['test']==8){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score7<'".$score."' or mem_score7 is null";
}else if ($_POST['test']==9){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score8<'".$score."' or mem_score8 is null";
}else if ($_POST['test']==10){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score9<'".$score."' or mem_score9 is null";;
}else if ($_POST['test']==11){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score10<'".$score."' or mem_score10 is null";
}else if ($_POST['test']==12){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score11<'".$score."' or mem_score11 is null";
}else if ($_POST['test']==13){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score12<'".$score."' or mem_score12 is null";
}else if ($_POST['test']==14){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score13<'".$score."' or mem_score13 is null";
}else if ($_POST['test']==15){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score14<'".$score."' or mem_score14 is null";
}else if ($_POST['test']==16){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score15<'".$score."' or mem_score15 is null";
}else if ($_POST['test']==17){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score16<'".$score."' or mem_score16 is null";
}else if ($_POST['test']==18){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score17<'".$score."' or mem_score17 is null";
}else if ($_POST['test']==19){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score18<'".$score."' or mem_score18 is null";
}else if ($_POST['test']==20){
$sql="select * from member where mem_user='".$_SESSION['MEM_USER']."' and mem_score_post<'".$score."' or mem_score_post is null"; }


$rs=mysql_query($sql);
$numrow=mysql_num_rows($rs);
if ($numrow>0 ) {
if ($_POST['test']==1){
$sql = "update member set mem_pretest_value='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==2){
$sql = "update member set mem_score1='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==3){
$sql = "update member set mem_score2='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==4){
$sql = "update member set mem_score3='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==5){
$sql = "update member set mem_score4='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==6){
$sql = "update member set mem_score5='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==7){
$sql = "update member set mem_score6='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==8){
$sql = "update member set mem_score7='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==9){
$sql = "update member set mem_score8='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==10){
$sql = "update member set mem_score9='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==11){
$sql = "update member set mem_score10='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==12){
$sql = "update member set mem_score11='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==13){
$sql = "update member set mem_score12='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==14){
$sql = "update member set mem_score13='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==15){
$sql = "update member set mem_score14='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==16){
$sql = "update member set mem_score15='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==17){
$sql = "update member set mem_score16='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==18){
$sql = "update member set mem_score17='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}else if ($_POST['test']==19){
$sql = "update member set mem_score_post='".$score."' where mem_user='".$_SESSION['MEM_USER']."'";
}
mysql_query($sql);
}


// if ($test==1){
// echo $row_singin['mem_pretest_value'];}
// elseif ($test==2){
// echo $row_singin['mem_score1'];}
// elseif ($test==3){
// echo $row_singin['mem_score2'];}
// elseif ($test==4){
// echo $row_singin['mem_score3'];}
// elseif ($test==5){
// echo $row_singin['mem_score_post'];}
?>
</font></strong>
คะแนน</p>
<p class="style3"><?
if ($_POST['test']==2){
if ($score>=8){echo "สอบผ่านบทที่ 1"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==3){
if ($score>=8){echo "สอบผ่านบทที่ 2"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==4){
if ($score>=8){echo "สอบผ่านบทที่ 3"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==5){
if ($score>=8){echo "สอบผ่านบทที่ 4"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==6){
if ($score>=8){echo "สอบผ่านบทที่ 5"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==7){
if ($score>=8){echo "สอบผ่านบทที่ 6"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==8){
if ($score>=8){echo "สอบผ่านบทที่ 7"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==9){
if ($score>=8){echo "สอบผ่านบทที่ 8"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==10){
if ($score>=8){echo "สอบผ่านบทที่ 9"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==11){
if ($score>=8){echo "สอบผ่านบทที่ 10"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==12){
if ($score>=8){echo "สอบผ่านบทที่ 11"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==13){
if ($score>=8){echo "สอบผ่านบทที่ 12"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==14){
if ($score>=8){echo "สอบผ่านบทที่ 13"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==15){
if ($score>=8){echo "สอบผ่านบทที่ 14"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==16){
if ($score>=8){echo "สอบผ่านบทที่ 15"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==17){
if ($score>=8){echo "สอบผ่านบทที่ 16"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==18){
if ($score>=8){echo "สอบผ่านบทที่ 17"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==19){
if ($score>=8){echo "สอบผ่านบทที่ 18"; }else{ echo "สอบไม่ผ่าน"; }
}else if ($_POST['test']==20){
if ($score>=15){echo "จบเกณฑ์"; }else{ echo "สอบไม่ผ่าน"; }
}
?>


แล้วด้านล่างสำหรับให้ไปบทถัดไป


<?
$test=$_POST['test'];
if ($test==1){

//echo "<a href=\"chap_1.php\">";}?>
<?
//echo "<a href=\"test1.php\">"; ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap1.php">หน้าถัดไป</a>
<? }
elseif ($test==2){
echo "<a href=\"test1.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap1.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap2.php">หน้าถัดไป</a>
<? }//end if score
}
elseif ($test==3){
echo "<a href=\"test2.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap2.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap3.php">หน้าถัดไป</a>
<? }//end if score
}
elseif ($test==4){
echo "<a href=\"test3.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap3.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap4.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==5){
echo "<a href=\"test4.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap4.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap5.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==6){
echo "<a href=\"test5.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap5.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap6.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==7){
echo "<a href=\"test6.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap6.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap7.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==8){
echo "<a href=\"test7.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap7.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap8.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==9){
echo "<a href=\"test8.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap8.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap9.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==10){
echo "<a href=\"test9.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap9.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap10.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==11){
echo "<a href=\"test10.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap10.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap11.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==12){
echo "<a href=\"test11.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap11.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap12.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==13){
echo "<a href=\"test12.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap12.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap13.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==14){
echo "<a href=\"test13.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap13.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap14.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==15){
echo "<a href=\"test14.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap14.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap15.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==16){
echo "<a href=\"test15.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap15.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap16.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==17){
echo "<a href=\"test16.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap16.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap17.php">หน้าถัดไป</a>
<? } //end if score
}
elseif ($test==18){
echo "<a href=\"test17.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap17.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap18.php">หน้าถัดไป</a>
<? } //end if score
}

elseif ($test==19){
echo "<a href=\"test17.php\">";
if ($score<8){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap17.php">กลับไปเรียนใหม่</a>
<? }else{ ?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap18.php">หน้าถัดไป</a>
<? } //end if score
}

elseif ($test==20){
echo "<a href=\"test4.php\">";
if ($score<15){
?>
<img src="icon/arrow.gif" width="18" height="12" border="0"><a href="chap_1.php?cK=1">กลับไปเรียนใหม่</a>
<? }else{ ?><img src="icon/arrow.gif" width="18" height="12" border="0"><a href="detail_mem1.php?id=<?=$_SESSION['MEM_USER']?>">หน้าถัดไป</a>
<? } //end if score
}
?>




Tag : PHP, MySQL, CakePHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-07-25 09:16:56 By : jumloon2005 View : 946 Reply : 5
 

 

No. 1



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

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

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

มีหลาย database หรอครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-07-25 09:52:36 By : mangkunzo
 


 

No. 2



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



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

มี data base เดียวครับ
คือตัวนี้ครับ

data1

ส่วนคะแนนที่ลงมาจะเก็บที่ member ครับ

data2

ช่วงคะแนนที่เก็บครับ

data3


ขอบคุณที่ช่วยน่ะคับ


ประวัติการแก้ไข
2012-07-25 11:06:30
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-07-25 11:03:42 By : jumloon2005
 

 

No. 3



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



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

พอจะมีใครทราบแนวทางบ้างไหมครับผมหาทางแก้ไม่ได้เลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-07-25 20:28:06 By : jumloon2005
 


 

No. 4



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



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

ปัญหาคือตัว database หรือเปล่าครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-07-26 01:38:56 By : jumloon2005
 


 

No. 5



โพสกระทู้ ( 5,105 )
บทความ ( 4 )

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

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


จากตัวอย่างที่ให้มา ขอข้อมูลเพิ่มเติม
1. ถ้าคะแนนน้อยกว่า 8 ต้องไปเรียนใหม่ เงื่อนไขตรงนี้ ผ่านไหมครับ
2. ถ้าคะแนนมากกว่าหรือเท่ากับ 8 ไปเรียนบทถัดไป เงื่อนไขตรงนี้ตามที่บอกไม่ผ่าน เป็นทุกบทเลยหรือป่าวครับ

ผมลองตัดโค้ดส่วนล่างเฉพาะกลับไปเรียนใหม่ ไปหน้าถัดไป มาแทนค่าตัวแปรง่าย ๆ ให้ test = 3,score = 10
link ที่แสดงออกมาก็ปกติ....ผมคิดว่าในตัวโปรแกรมจริง ๆ ค่าที่ส่งมาไม่ครบ หรือว่า ค่าส่งมาผิด....
ลองทำวน ๆ พร้อม echo ค่ามาดูทุกช่วงน่าจะเจอจุดผิดนะครับ...

ตอนนี้มึน ๆ ตาลายกับ if และ else if กำลังคิดว่าใช้ switch จะดีกว่าไหม แต่ยังคิดไม่ออก เบลอมาก
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-07-26 04:36:52 By : apisitp
 

   

ค้นหาข้อมูล


   
 

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

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

Notice

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

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







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

Load balance : Server 05
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 อัตราราคา คลิกที่นี่