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

HOME > PHP > PHP Forum > ขึ้นว่าแก้ไขข้อมูลเรียบร้อยแล้ว แต่ข้อมูลในฐานข้อมูลไม่มีอะไรเปลี่ยนแปลง



 

ขึ้นว่าแก้ไขข้อมูลเรียบร้อยแล้ว แต่ข้อมูลในฐานข้อมูลไม่มีอะไรเปลี่ยนแปลง

 



Topic : 061984



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



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




ทำไมไม่บันทึกข้อมูลที่แก้ไขในส่วน คำตอบ

Code (PHP)
<?php
	session_start();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Testing</title>
<style type="text/css">
<!--
.style1 {font-family: "Courier New", Courier, monospace}
-->
</style>
</head>

<body>
<table width="802" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td width="802" valign="top"><table width="802" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="802" valign="top">
      <?php include('include/header.php'); ?>
      <?php include('include/menu_staff.php'); ?>
<table width="771" border="0">
  <tr>
    <td width="182" height="392" valign="top"><img src="images/login_01.jpg" width="165" height="189" /></td>
    <td width="579" align="center">
    
<form action="chk_edit_question_exam1.php?qid=<?=$_GET["qid"];?>" name="frmAns" method="post" target="_blank">
<?
	include ('include/config.inc.php');
	$strSQL = "SELECT *
	FROM questionaire
	WHERE questionaire.qid = '".$_GET["qid"]."'  ";
	mysql_query("SET NAME utf8");
	$objQuery = mysql_query($strSQL);
	$objResult = mysql_fetch_array($objQuery);
?>
<table width="462" height="111" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#003333">
    <tr align="left">
      <td height="34" colspan="2" bgcolor="#ABDFEB"><span class="style1">ข้อมูลคำถาม</span></td>
    </tr>
    <tr>
      <td width="152" height="32"  align="right">รหัสคำถาม : &nbsp;</td>
      <td width="304" align="left">
        <label>
        <input type="text" name="txtqid" id="txtqid" value="<?=$objResult["qid"];?>" />
        <input type="hidden" name="txtid" id="txtid" value="<?=$objResult["id"];?>" />
        </label></td>
    </tr>
    <tr>
      <td height="43" align="right">คำถามอัตนัย :&nbsp;</td>
      <td align="left">
        <label>
        <input type="text" name="txtquestion" id="txtquestion" value="<?=$objResult["question"];?>"/>
        </label></td>
    </tr>
  </table>
<input type="submit" name="button" id="button" value="ส่งคำถาม" />
</form> 
<form action="chk_edit_answer_exam1.php?qid=<?=$_GET["qid"];?>" name="frmAnswer" method="post" target="_blank">
 <p>
   <?
	include ('include/config.inc.php');
	$strSQL = "SELECT *
	FROM choice_score
	WHERE choice_score.qid = '".$_GET["qid"]."' ";
	mysql_query("SET NAME utf8");
	$objQuery = mysql_query($strSQL);
	//$arr = mysql_fetch_array($objQuery);
?>
 </p>
 <p>
   <label></label>
   <span class="style1">
   <?php 
while($arr = mysql_fetch_array($objQuery)) 
			{	?>
   </span></p>
 <table width="462" height="88" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#003333">
    <tr>
      <td height="34" colspan="3" align="left" bgcolor="#ABDFEB"><span class="style1">ข้อมูลคำตอบ
        
      </span></td>
    </tr>
    <tr>
      <td width="130" height="32"  align="center" valign="top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รหัสคำตอบ</td>
      <td width="193" height="32"  align="left" valign="top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;คำตอบ</td>
      <td width="139"  align="left" valign="top"><span class="style1">
        &nbsp;&nbsp;คะแนน      </span></td>
    </tr>
    <tr>
      <td height="22"  align="center" valign="top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input name="txtid"  id="txtid" value=" <?=$arr["id"];?>" size="5" />
        <input name="txtqid"  id="txtqid" value=" <?=$arr["qid"];?>" size="5" />
        &nbsp;
        <input name="txtchoice" type="text" id="txtchoice" value=" <?=$arr["choice"];?>" size="5" /></td>
      <td height="22"  align="left" valign="top">
        <input type="text" name="txtchoiceText" id="txtchoiceText" value="<?=$arr["choiceText"];?>" /></td>
      <td height="22"  align="left" valign="top">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input name="txtscore" type="text" id="txtscore" value="<?=$arr["score"];?>" size="5" /></td>
    </tr>
  </table>
  <p>
    <input type="submit" name="button2" id="button2" value="ส่งคำตอบ" />
    </p>
  <p>
    <?php }?>
  </p>
  <p>
    <?
   mysql_close();
  ?>
  </p>
  <p>&nbsp;</p>
  </form>    </td>
  </tr>
</table>
<div align="center">
  <?php include('include/footer.php'); ?>    
</div></td>
  </tr>
</table>
</td></tr></table>
</body></html>


Code หน้าเช็ค chk_edit_answer_exam1.php

Code (PHP)
[php]<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php 
		include ('include/config.inc.php');
		$id=$_POST['txtid'];
		$qid=$_POST['txtqid'];
		$choice=$_POST['txtchoice'];
		$choiceText=$_POST['txtchoiceText'];
		$score=$_POST['txtscore'];
		

		$sql = "update choice_score set id = '$id',qid = '$qid', choice = '$choice',choiceText = '$choiceText',score = '$score'
		where id = '$id' and qid = '$qid' and choice = '$choice' ";
		$result = mysql_query($sql);
		
		if($result){
			echo "<script>alert('ระบบได้ทำการแก้ไขข้อมูลเรียบร้อยแล้ว');</script>";
			echo "<script>window.location='close.php';</script>";
		}
		else{
			echo "<script>alert('การส่งข้อมูลผิดพลาด กรุณาลองใหม่อีกครั้ง');</script>";
			echo "<script>window.location='close.php';</script>";
		}
		?>



[/php]


มันขึ้นว่าแก้ไขข้อมูลเสร็จแล้ว แต่มันไม่ได้แก้ไขอะไรเลย ช่วยหน่อยน่ะค่ะพี่ๆๆ



Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-06-21 10:15:25 By : Baitong_ch View : 1201 Reply : 21
 

 

No. 1



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

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

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

echo $sql; ดูครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 10:36:24 By : Dragons_first
 


 

No. 2



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



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


echo ตรงหน้าไหนค่ะ ช่วยแนะนำด้วย ไม่ค่อยรู้จิงๆๆค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 10:52:48 By : Baitong_ch
 

 

No. 3



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

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

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

Code (PHP)
<?php 
		include ('include/config.inc.php');
		$id=$_POST['txtid'];
		$qid=$_POST['txtqid'];
		$choice=$_POST['txtchoice'];
		$choiceText=$_POST['txtchoiceText'];
		$score=$_POST['txtscore'];
		

		$sql = "update choice_score set id = '$id',qid = '$qid', choice = '$choice',choiceText = '$choiceText',score = '$score'
		where id = '$id' and qid = '$qid' and choice = '$choice' ";
		$result = mysql_query($sql);
		
		
		
		//ตรงนี้ ////
		
		//เอ็กโคร่ เอสคิวแอล  //
		echo $sql;
	/*	if($result){
			echo "<script>alert('ระบบได้ทำการแก้ไขข้อมูลเรียบร้อยแล้ว');</script>";
			echo "<script>window.location='close.php';</script>";
		}
		else{
			echo "<script>alert('การส่งข้อมูลผิดพลาด กรุณาลองใหม่อีกครั้ง');</script>";
			echo "<script>window.location='close.php';</script>";
		}*/
		?>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 11:00:50 By : Dragons_first
 


 

No. 4



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

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

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

ผมเดาว่าเป็นตรง where นะครับเช็คให้ดีดีว่า id มีค่าหรือป่าว
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 11:01:38 By : Dragons_first
 


 

No. 5



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



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


มันขึ้นอย่างนี้อะคะ

update choice_score set id = ' 4',qid = ' 1', choice = ' d',choiceText = 'มะขามป้อม',score = '12' where id = ' 4' and qid = ' 1' and choice = ' d'
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 11:47:51 By : Baitong_ch
 


 

No. 6



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



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


โครงสร้างฐานข้อมูลค่ะ

--
-- ฐานข้อมูล: `testing`
--

-- --------------------------------------------------------

--
-- โครงสร้างตาราง `choice_score`
--

CREATE TABLE `choice_score` (
`id` int(8) NOT NULL auto_increment,
`qid` int(8) unsigned default NULL,
`choice` char(2) default NULL,
`choiceText` char(200) default NULL,
`score` double default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `qid_2` (`qid`,`choice`),
KEY `qid` (`qid`),
KEY `choice` (`choice`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;

--
-- dump ตาราง `choice_score`
--

INSERT INTO `choice_score` VALUES (1, 1, 'a', 'แตงเมล่อน(ญี่ปุ่น)', 14);
INSERT INTO `choice_score` VALUES (2, 1, 'b', 'ฮโวคาโด', 8);
INSERT INTO `choice_score` VALUES (3, 1, 'c', 'ทุเรียน', 6);
INSERT INTO `choice_score` VALUES (4, 1, 'd', 'มะขามป้อม', 12);
INSERT INTO `choice_score` VALUES (5, 2, 'a', 'Green Hornet', 7);
INSERT INTO `choice_score` VALUES (6, 2, 'b', 'Green Lantern', 5);
INSERT INTO `choice_score` VALUES (7, 2, 'c', 'Super 8', 9);
INSERT INTO `choice_score` VALUES (8, 2, 'd', 'Superman Return', 10);
INSERT INTO `choice_score` VALUES (14, 3, 'a', 'hp', 10);
INSERT INTO `choice_score` VALUES (15, 3, 'b', 'Toshiba', 20);
INSERT INTO `choice_score` VALUES (16, 3, 'c', 'Sumsung', 5);
INSERT INTO `choice_score` VALUES (18, 4, ' a', 'งู', 1);
INSERT INTO `choice_score` VALUES (19, 4, 'a', 'กบ', 2);
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 11:49:09 By : Baitong_ch
 


 

No. 7



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



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


ช่วยหน่อยน่ะค่ะ ติดปัญหาตรงนี้จิงๆๆ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 11:50:04 By : Baitong_ch
 


 

No. 8



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

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

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

ผมว่าคุณลองเรียงลำดับเหตุการณ์ก่อนนะครับว่าทำไมคุณถึงเขียนแบบนี้

update choice_score set id = ' 4',qid = ' 1', choice = ' d',choiceText = 'มะขามป้อม',score = '12' where id = ' 4' and qid = ' 1' and choice = ' d'

set id ='อันนี้จำเป็นต้องให้มีการอัพเดทหรือป่าว (ผมว่าไม่) เพราะว่ามันไปซ้ำกับ where
choice = 'อันนี้จำเป็นต้องให้มีการอัพเดทหรือป่าว' และมันก็ไปซ้ำกับ where

ส่วนตรงเงื่อนไข where เนี่ย ถ้าให้มัน where id = '$id' อย่างเดียวไม่ได้หรอครับ จำเป็นต้องเอาอันอื่นมา where ด้วยหรอครับ


ประวัติการแก้ไข
2011-06-21 13:22:56
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 13:22:02 By : Dragons_first
 


 

No. 9



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



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


ลองทำตามที่แนะนำแล้วก็ไม่ได้ค่ะ

ลำดับเหตุการณ์คือ
เมื่อเจ้าหน้าการแก้ไขข้อมูลข้อสอบปรนัย
การแก้ไขแบ่งเป็น 2 ส่วนคือ คำถาม และคำตอบ
โดยในหน้าแสดงผลจะแสดงทั้งคำถาม และคำตอบ ของข้อนั้นๆๆที่ต้องการแก้ไข
(ในส่วนของการแก้ไขคำถาม ทำเสร็จแล้ว)
แต่ในส่วนของการแก้ไขคำตอบ (ติดปัญหา)

รูปภาพ

ส่วนของแสดงคำตอบเป็นแบบนี้ค่ะ

ช่วยแนะนำด้วยน่ะค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 14:29:42 By : Baitong_ch
 


 

No. 10



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



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


ตอนนี้แก้ไขได้แล้วค่ะ

แต่เฉพาะคำตอบที่อยู่ล่างสุดอะค่ะ

ถ้าเราจะทำการแก้ไขคำตอบข้างบนไม่ได้อะค่ะ

ทำอย่างไรดีค่ะ ช่วยแนะนำด้วย...ขอบคุณค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-21 14:37:06 By : Baitong_ch
 


 

No. 11

Guest


Code (PHP)
<?
	include "connectdb.php";
?>
<?
$number = $_POST['num_number'];
$id = $_REQUEST['edit_id'];

// แก้ไขข้อมูล
$sql_edit = "UPDATE numbertb SET 
num_number =$number WHERE id = '$id'"; 
$result_update=mysql_query($sql_edit);
if($result_update)
{
echo "แก้ไขข้อมูลของ  สำเร็จแล้ว";
}else{
	echo "ไม่สามารถแก้ไขข้อมูลได้";
}
?>

มันไม่ยอมอัพเดตในฐานข้อมูลเหมือนกันคับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-08 15:19:01 By : แม็ก
 


 

No. 12



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



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


#11

$number => '$number' ใส่ '' ด้วยครับ

ถ้าไม่ติดก็ดูว่าค่า $id มีส่งมารึป่าวครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-08 15:33:19 By : l3luEbirD
 


 

No. 13

Guest


เหมือนว่าค่า idมันไม่ส่งไปหน้า UPDATE SET คับ ทำไงดี
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:05:10 By : แม็กซ์
 


 

No. 14

Guest


Code (PHP)
<?
	include"connectdb.php";
?>

<?
if($_REQUEST['edit_id'] != "")
{
$id = $_REQUEST['edit_id'];
$sql = "select * from numbertb where num_number = '$id'";
$result = mysql_query($sql) or die(mysql_error());
$row = mysql_fetch_array($result);

$sql2="select * from centertb where centerid='$row[ref_centerid]'";
		$result2=mysql_query($sql2);
		$row2=mysql_fetch_array($result2);
$sql3="select * from exchangetb where exchangeid='$row[ref_exchangeid]'";
		$result3=mysql_query($sql3);
		$row3=mysql_fetch_array($result3);
$sql4="select * from homingtb where homingid='$row[ref_homingid]'";
		$result4=mysql_query($sql4);
		$row4=mysql_fetch_array($result4);
$sql5="select * from symboltb where symbolid='$row[ref_symbolid]'";
		$result5=mysql_query($sql5);
		$row5=mysql_fetch_array($result5);
$sql6="select * from typetb where typeid='$row[ref_typeid]'";
		$result6=mysql_query($sql6);
		$row6=mysql_fetch_array($result6);
$sql7="select * from lbsystemtb where lbsystemid='$row[ref_lbsystemid]'";
		$result7=mysql_query($sql7);
		$row7=mysql_fetch_array($result7);
}
?>

<form id="form1" name="form1" method="post" action="editnum.action.php">
เบอร์โทรศัพท์
<input name="number" type="text" id="number" value="<?=$row['num_number']?>" />
<br />
<br />
ศูนย์บริการ 
<input name="center" type="text" id="center" value="<?=$row2['centername']?>" />
<br />
<br />
ชุมสาย
<input name="exchange" type="text" id="exchange" value="<?=$row3['exchangename']?>"/>
<br />
<br />
homing 
<input name="homing" type="text" id="homing" value="<?=$row4['homingname']?>" />
<br />
<br />
ตัวย่อ 
<input name="symbol" type="text" id="symbol" value="<?=$row5['symbolname']?>" />
<br />
<br />
ประเภท 
<input name="type" type="text" id="type" value="<?=$row6['typename']?>" />
<br />
<br />
ยี่ห้อdslam 
<input name="lbsystem" type="text" id="lbsystem" value="<?=$row7['lbsystem']?>" />
<input type="submit" name="Add" id="Add" value="Edit" />
<input name="edit_id" type="hidden" id="edit_id" value="<?=$_REQUEST['edit_id']?>" />

<a href="edit2.php">กลับ</a>
</form>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:08:38 By : แม็ก
 


 

No. 15

Guest


อันนี้หน้าUPDATE
Code (PHP)
<?
	include "connectdb.php";
?>
<?
$number = $_POST['num_number'];
$center = $_POST['centername'];
$exchange = $_POST['exchangename'];
$homing = $_POST['homingname'];
$symbol = $_POST['symbolname'];
$type = $_POST['typename'];
$lbsystrm = $_POST['lbsystem'];
$id = $_REQUEST['edit_id'];

// แก้ไขข้อมูล

$sql_edit = "UPDATE numbertb SET num_number ='$number' WHERE id = '$id'"; 
$result_update=mysql_query($sql_edit);
if($result_update)
{
echo "แก้ไขข้อมูลของ  สำเร็จแล้ว";
}else{
	echo "ไม่สามารถแก้ไขข้อมูลได้";
}
?>
	

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:09:26 By : แม็ก
 


 

No. 16

Guest


ช่วยหน่อยนะคับ ติดหน้านี้มาหลายวันมากแล้ว TT
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:10:46 By : แม็ก
 


 

No. 17



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

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

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

ติดอะไรครับ อยากรู้อะไรก็ echo $sql;
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:15:53 By : Dragons_first
 


 

No. 18



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



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


ถ้ากด submit No.14 เเล้วมาหน้า No.15
ชื่อตัวแปรของ no.14 กับ No15 มันคนละชื่อกันครับ เปลี่ยน ก็น่าจะใช้ได้แล้ว
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:16:20 By : grandraftz
 


 

No. 19



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

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

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

ใช่คนเดียวกันโพสถามหรือป่าว ถ้าคนละคนทำไมไม่ตั้งกระทู้ใหม่ล่ะครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:26:56 By : Dragons_first
 


 

No. 20



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



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


คนละคนกันครับ
ผมตอบคนตั้งกระทู้ครับ
แต่ผมไม่แน่ใจ ว่า code ที่เค้าบอกมันเป็นแบบที่ผมคิดหรือเปล่าครับ ก็เลยต้องถามก่อน
ไม่ได้ตั้งใจทำให้เข้าใจผิดครับ - -
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:33:52 By : grandraftz
 


 

No. 21



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

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

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

ผมหมายถึงคุณ no.15 no.16 อะครับว่าคนเดียวกันกับ จขกท หรือป่าว
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-10 09:50:28 By : Dragons_first
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ขึ้นว่าแก้ไขข้อมูลเรียบร้อยแล้ว แต่ข้อมูลในฐานข้อมูลไม่มีอะไรเปลี่ยนแปลง
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่