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 > มันขึ้น Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in เราจะแก้ไขยังไงดีค่ะรบกวนช่วยหน่อยค่ะ



 

มันขึ้น Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in เราจะแก้ไขยังไงดีค่ะรบกวนช่วยหน่อยค่ะ

 



Topic : 094667



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



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



โค้ดนะค่ะ

Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
include ("connet.php");
?>
<? include("BackOffice1.php");?>

<table width="1000" border="0" align="center">
  <tr>
    <td align="right" scope="col"><a href="product.php"><img src="images/2013021301241193_easyicon_cn_32.png" width="32" height="32"><font color="#000000">กลับหน้าหลักการจัดการสินค้า</font></a></td>
  </tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><h3><img src="20121116050309842_easyicon_cn_128.png" width="30" height="30" />รายละเอียดสินค้า</h3></td>
  </tr>
  <tr>
    <td height="265" valign="top"><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr ></tr>

<tr><td height="265">&nbsp;</td><td colspan="2" align="center" valign="top">
<? $ty=$_REQUEST['ty'];
	$sql = "select * from  product where pro_id='$ty'";
$query = mysql_query( $sql );
$result = mysql_fetch_array( $query );

?>
<font color="#000000">
<CENTER></CENTER>
<TABLE align="center" width=500>
<TR style="width: 110px; font-size: 14px;font-family: Arial;">
<TD align="left"><font color="red">
รหัสสินค้า :</font> <?=$result["pro_code"];?>
<BR><font color="red">
Serial Number : </font><?=$result["pro_sn"];?>
<BR><font color="red">
ชื่อสินค้า : </font><?=$result["pro_name"];?>
<BR><font color="red">
ราคาสินค้า : </font><?=$result["pro_price"];?>
<BR><font color="red">
รายละเอียดสินค้า : </font><?=$result["pro_detail"];?>
<BR><font color="red">
รีวิวสินค้า : </font><?=$result["pro_review"];?>
<BR><font color="red">
สินค้าแนะนำ : </font><? if($result['regcom']=="1"){?>
<img src="checked.png">
<? }else{?>
<img src="uncheck.png">
<? }?><font color="red">
สินค้าใหม่ : </font><? if($result['pro_new']=="1"){?>
<img src="checked.png">
<? }else{?>
<img src="uncheck.png">
<? }?>
<BR><font color="red">
<? $ret=$_REQUEST['ret'];
	$sql = "select * from  product_type typepro_id='$ret[type_name]'";
$query = mysql_query( $sql );
$results = mysql_fetch_array($query );


?>
ประเภทสินค้า : </font><?=$results["type_name"];?>
<BR><font color="red">
ยี่ห้อสินค้า : </font><?=$results["brand_name"];?>
<BR><font color="red">
รุ่นสินค้า : </font><?=$result["model"];?>
<BR><font color="red">
ค่าจัดส่งสินค้าต่อชิ้น : </font><?=$result["pricesend"];?>
<BR><font color="red">
การรับประกันสินค้า : </font><?=$result["pro_warranty"];?>
<BR><font color="red">
<? if($result["pro_pic"]!=""){?>
<BR><CENTER><img src="./propic/<?=$result["pro_pic"];?>" width="300" height="300"> </CENTER>
<? }?>
<BR><font color="#000000">
</td>
</tr>

</TABLE>
<? //end data area?>
</td></tr></table></td>
  </tr>
</table>






Tag : PHP, MySQL, HTML/CSS, JavaScript, jQuery, CakePHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-05-03 17:55:12 By : เมจิก View : 1064 Reply : 4
 

 

No. 1



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



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


Code (PHP)
// ลองเปลี่ยนเป็นแบบนี้ดูครับ
$query = mysql_query( $sql );
$result = mysql_fetch_array( $query );
while ( $result = mysql_fetch_array ( $query ) ){
	.....
}








แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-05-03 18:11:35 By : KenJeRoKung
 


 

No. 2



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



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

ไม่ได้อ่ะค่ะมันขึ้นว่า Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Maefahluang\productshow.php on line 58
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-05-03 18:17:23 By : เมจิก
 

 

No. 3



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



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


Code (PHP)
// $sql = "select * from product_type WHERE typepro_id='$ret[type_name]'";
// เปลี่ยนเป็นดูครับ
$sql = "select * from product_type WHERE typepro_id='".$ret["type_name"]."'";



ประวัติการแก้ไข
2013-05-03 18:22:17
2013-05-03 18:24:37
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-05-03 18:20:53 By : KenJeRoKung
 


 

No. 4



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



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

ไม่ขึ้น warning แต่มันกลับไม่ชอบรายละเอียดประเภทสินค้าหนะค่ะ
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?
include ("connet.php");
?>
<? include("BackOffice.php");?>

<table width="1000" border="0" align="center">
  <tr>
    <td align="right" scope="col"><a href="product.php"><img src="images/2013021301241193_easyicon_cn_32.png" width="32" height="32"><font color="#000000">กลับหน้าหลักการจัดการสินค้า</font></a></td>
  </tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><h3><img src="20121116050309842_easyicon_cn_128.png" width="30" height="30" />รายละเอียดสินค้า</h3></td>
  </tr>
  <tr>
    <td height="265" valign="top"><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr ></tr>

<tr><td height="265">&nbsp;</td><td colspan="2" align="center" valign="top">
<? $ty=$_REQUEST['ty'];
	$sql = "select * from  product where pro_id='$ty'";
$query = mysql_query( $sql );
$result = mysql_fetch_array( $query );

?>
<font color="#000000">
<CENTER></CENTER>
<TABLE align="center" width=500>
<TR style="width: 110px; font-size: 14px;font-family: Arial;">
<TD align="left"><font color="red">
รหัสสินค้า :</font> <?=$result["pro_code"];?>
<BR><font color="red">
Serial Number : </font><?=$result["pro_sn"];?>
<BR><font color="red">
ชื่อสินค้า : </font><?=$result["pro_name"];?>
<BR><font color="red">
ราคาสินค้า : </font><?=$result["pro_price"];?>
<BR><font color="red">
รายละเอียดสินค้า : </font><?=$result["pro_detail"];?>
<BR><font color="red">
รีวิวสินค้า : </font><?=$result["pro_review"];?>
<BR><font color="red">
สินค้าแนะนำ : </font><? if($result['regcom']=="1"){?>
<img src="checked.png">
<? }else{?>
<img src="uncheck.png">
<? }?><font color="red">
สินค้าใหม่ : </font><? if($result['pro_new']=="1"){?>
<img src="checked.png">
<? }else{?>
<img src="uncheck.png">
<? }?>
<BR><font color="red">
<? $ret=$_REQUEST['ret'];
	//$sql = "select * from  product_type typepro_id='$ret[type_name]'";
	$sql1 = "select * from product_type WHERE typepro_id='".$ret["type_name"]."'";
$query = mysql_query( $sql1 );
$results = mysql_fetch_array($query );
?>
ประเภทสินค้า : </font><?=$results["type_name"];?>   
<BR><font color="red">
ยี่ห้อสินค้า : </font><?=$results["brand_name"];?>
<BR><font color="red">
รุ่นสินค้า : </font><?=$result["model"];?>
<BR><font color="red">
ค่าจัดส่งสินค้าต่อชิ้น : </font><?=$result["pricesend"];?>
<BR><font color="red">
การรับประกันสินค้า : </font><?=$result["pro_warranty"];?>
<BR><font color="red">
<? if($result["pro_pic"]!=""){?>
<BR><CENTER><img src="./propic/<?=$result["pro_pic"];?>" width="300" height="300"> </CENTER>
<? }?>
<BR><font color="#000000">
</td>
</tr>

</TABLE>
<? //end data area?>
</td></tr></table></td>
  </tr>
</table>



แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-05-03 18:34:23 By : เมจิก
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : มันขึ้น Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in เราจะแก้ไขยังไงดีค่ะรบกวนช่วยหน่อยค่ะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่