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

HOME > PHP > PHP Forum > ช่วยด้วยครับ เจอปัญหา 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



 

ช่วยด้วยครับ เจอปัญหา 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

 



Topic : 068108



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



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




ผมต้องการจะ edit ข้อมูล แล้วเก็บลงฐานข้อมูลครับ

ตอน select ออกมา ไม่มีปัญหาครับ

แต่พอจะ update

เจอ 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 '; phone='c', email='c'; username='c'; password='c'; cap=''; ' at line 5

ช่วยแนะนำหน่อยนะครับ มือใหม่หัดเขียน PHP ครับ

Code (PHP)
<html>
<head>
</head>
<body>
<form action="register_edit_save.php?id=<?=$_GET["id"];?>" name="frmEdit" method="post">
<?
include "../connection/connect.inc.php";

$strSQL = "SELECT * FROM register WHERE id = '".$_GET["id"]."' ";
$objQuery = mysql_db_query($database_connect,$strSQL);
$objResult = mysql_fetch_array($objQuery);
mysql_close();
if(!$objResult)
{
	echo "Not found id=".$_GET["id"];
}
else
{
?>
<table width="600" border="1">
  <tr>

    <th width="160"> <div align="center">sex</div></th>
    <th width="198"> <div align="center">name</div></th>
    <th width="97"> <div align="center">address </div></th>
    <th width="70"> <div align="center">phone </div></th>
    <th width="70"> <div align="center">email </div></th>
	<th width="70"> <div align="center">username</div></th>
	<th width="70"> <div align="center">password</div></th>
	
	
  </tr>
  <tr>

    <td><input type="text" name="txtSex" size="5" value="<?=$objResult["sex"];?>"></td>
    <td><input type="text" name="txtName" size="20" value="<?=$objResult["name"];?>"></td>
    <td><div align="center"><input type="text" name="txtAddress" size="20" value="<?=$objResult["address"];?>"></div></td>
    <td align="right"><input type="text" name="txtPhone" size="10" value="<?=$objResult["phone"];?>"></td>
    <td align="right"><input type="text" name="txtEmail" size="10" value="<?=$objResult["email"];?>"></td>
	<td align="right"><input type="text" name="txtUsername" size="20" value="<?=$objResult["username"];?>"></td>
	<td align="right"><input type="text" name="txtPassword" size="20" value="<?=$objResult["password"];?>"></td>
	
	
  </tr>
  </table>
  <input type="submit" name="submit" value="submit"><INPUT TYPE="BUTTON" VALUE="¡ÅѺÊÙè˹éÒËÅÑ¡" onClick="self.location.href=('show_user.php')">
  <?
  }

  ?>
</form>
</body>
</html>





Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<link href="../mapthai/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style8 {font-size: 26mm}
.style9 {color: #2B2B2B}
.style2 {font-size: 16px}
.style3 {font-size: 10px; }
.style4 {font-size: 20px; }
.style5 {font-weight: bold}
.style6 {color: #48eb3c}
.style7{color: #ff7800}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pattern_01.jpg);
	background-repeat: repeat;
}
</style>
<table width="937" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="18" colspan="5" bgcolor="#66FF66"><form id="form1" name="form1" method="post" action="">
          <p>
         
<? include "../connection/connect.inc.php";
$sex=$_POST[txtSex];
$name=$_POST[txtName];
$address=$_POST[txtAddress];
$phone=$_POST[txtPhone];
$email=$_POST[txtEmail];
$username=$_POST[txtUsername];
$password=$_POST[txtPassword];
$cap=$_POST[txtCap];
$status=$_POST[txtStatus];
$pic=$_POST[txtPic];

$sql="UPDATE register SET
		
			sex='$sex',
			name='$name',
			$address=$_POST[txtAddress];
			phone='$phone',
			email='$email';
			username='$username';
			password='$password';
			cap='$cap';
			status='$status';
			pic='$pic';
";
$sqlresult = mysql_db_query($database_connect,$sql)or die(mysql_error());
echo "<meta http-equiv='refresh' content='3;URL=show_user.php' />";
?>
        </p>
        </form>      </td>
  </tr>
  
  <tr>
    <td bgcolor="#66FF66"><p align="center" class="style8"><strong>แก้ไขข้อมูลเรียบร้อย</strong></p></td>
  </tr>
</table>




Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-10-15 21:42:10 By : redarmy_yoona View : 791 Reply : 2
 

 

No. 1



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

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

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


Quote:
$address=$_POST[txtAddress];

ดูว่าต่างจากเพื่อนจริงๆ น่าจะรอบคอบหน่อย ไม่แก้ให้นะ ดูเองละกันว่ามันต่างจากพวกยังไง






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-15 23:25:45 By : ikikkok
 


 

No. 2



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



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


Code (PHP)
			email='$email';
			username='$username';
			password='$password';
			cap='$cap';
			status='$status';
			pic='$pic';


นี่ก็ผิดทั้งยวง ระวังเครื่องหมายด้วย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-16 13:04:12 By : nimporn
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ช่วยด้วยครับ เจอปัญหา 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
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 03
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 อัตราราคา คลิกที่นี่