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 > พี่ช่วยดูโค้ดให้ด้วยครับ ไม่รู้ทำไมถึงสั่งค้นหาได้เพียงตรางเดียว



 

พี่ช่วยดูโค้ดให้ด้วยครับ ไม่รู้ทำไมถึงสั่งค้นหาได้เพียงตรางเดียว

 



Topic : 063926

Guest




ไม่รู้ทำไมถึงสั่งค้นหาได้เพียงตรางเดียว(ตราง Product) รองตรางอื่นมันก็เเจ้ง ERRO

Code
[ Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\orig\test3.php on line 127

]


.....................................โค้ดยาวไปขออภัยด้วยครับ


Code (PHP)
<?
ob_start();
//============ Start Session และทำการเรียก Function ติดต่อฐานข้อมูล 
session_start();
require("connect/connect.php");
require("connect/function.php");
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<title>** ระบบจัดการข้อมูลครุภัณฑ์</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {font-size: 14; font-weight: bold; }
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {font-weight: bold}
.style6 {
	font-size: 16px;
	font-weight: bold;
}
-->
</style></head>
<body topmargin="0">
<p>&nbsp;</p>
<table width="897" align="center">
<td width="954">
<tr>
    <td><fieldset>
      <legend class="style6">&nbsp;ค้นหาข้อมูลครุภัณฑ์&nbsp;</legend>
      <p><table align="center">
  <tr>
    <td width="105" ><td></td>
  </tr>
  <tr>
    <table width="83%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#f2f2f6" bgcolor="#FFFFFF">
      <tr>
        <td valign="top"><p>
            <?php require_once('menuleft.php'); ?>
        </p>
<table width="285" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#cccccc">
              <tr>
                <td width="279" bgcolor="#FFFFFF"><table width="100%" height="51" border="0" cellspacing="0" bgcolor="#000000">
                    <form action="test3.php" method="get" name="frmSearch" id="frmSearch">
                      <tr>
                        <td width="100%" height="25" bgcolor="#FFFFFF" class="style5 style45"><div align="center">
                          <p align="left"><span class="style4"><strong> &nbsp;&nbsp;&nbsp;&nbsp;<img src="image/icon_folder.gif" width="15" height="15" align="absmiddle">&nbsp;&nbsp;</strong><strong>รหัส</strong></span>:&nbsp;&nbsp;&nbsp;
                            <input name="txtSearch1" type="text" class="txtbox" id="txtSearch2" value="" size="25">
                          </p>
                         <p align="left">
                            <label for="textfield"></label>
                            <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="image/mm_arrow.gif" width="4" height="7">&nbsp;ชื่อ</strong>
                           &nbsp;&nbsp;&nbsp;<input name="txtSearch2" type="text" class="txtbox" id="txtSearch2" size="15" maxlength="35" />
                          </p>
                          
                          
                        
                          
                          
                                         
                          <p align="left">&nbsp;</p>
                    
                        </div></td>
                      </tr>
                      <tr>
                        <td height="26" align="center" bgcolor="#FFFFFF"><p align="center">
                            <input name="submit" type="submit" class="button" id="submit" value="ค้นหา" />
                        </p></td>
                      </tr>
                    </form>
                </table>
                    <br>                </td>
              </tr>
            </table>            
            <table width="308" height="22">
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table>            <p><br>
      </p></td>
        <td width="54%" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
            <!--DWLayoutTable-->
            <tr>
              <td width="513" height="310" valign="top"><p><span class="style2">ค้นหาครุภัณฑ์ คำว่า ( <font color="#FF0000">
                    <?=$_GET["txtSearch1"];?>
                    </font> )</span></p>
                  <p>
                  
                  
                    <?
							  //============ กรณีมีการค้นหารายการสินค้า ทำการเลือกข้อมูลมาแสดง
if(trim(($_GET["txtSearch1"])) != "")

{							  
$sqlNewPro="select * from Product  where code_1 like '%".$txtSearch1."%'  and  ProductName like '%".$txtSearch2."%' order by ProductID DESC ";

//echo $sqlNewPro;
$queryNewPro=mysql_query($sqlNewPro);
echo "
	<table border='1' >
	<tr bgcolor='#E8E8E8' >
	<td ><center><b>&nbsp;ลำดับ&nbsp;</b></center></td>
	<td><center><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ชื่อ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></center></td>
	<td><center><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รหัส&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></center></td>
	<td><center><b>&nbsp;&nbsp;เลข&nbsp;&nbsp;</b></center></td>
	<td><center><b>&nbsp;&nbsp;&nbsp;&nbsp;สถานะ&nbsp;&nbsp;&nbsp;&nbsp;</b></center></td>
	<td><center><b>วันที่</b></center></td>
	<td><center><b>สถานะ</b></center></td>
	<td><center><b>ตรวจสอบ</b></center></td>
	<td><center><b>ผู้ขายครุภัณฑ์</b></center></td>
	</tr>";
$i=0;
while($resutNewPro=mysql_fetch_array($queryNewPro))
{
$i++;
echo "<td>";
?>
<tr>
			<td width="50" ><center><?=$i;?></center></td>
			<td width="100"><center><a href="detail.php?CatID=<?=$resutNewPro["CatID"];?>&ProductID=<?=$resutNewPro["ProductID"];?>">
                    <?=$resutNewPro["ProductName"];?>
            </a></center></td>
			<td width="100"><center><?=$resutNewPro["code_1"];?></center></td>
			<td width="100"><center><?=$resutNewPro["code_2"];?></center></td>
			<td width="100"><center><?=$resutNewPro["location"];?></center></td>
            <td width="200"><center><?=$resutNewPro["Date"];?></center></td>
            <td width="200"><center><?=$resutNewPro["state"];?></center></td>
            <td width="200"><center><?=$resutNewPro["Promotion"];?></center></td>
            <td width="200"><center><?=$resutNewPro["merchant"];?></center></td>
</tr>
                  
                 
                    <?
	//============ แสดงแถวละสามตัว
													echo"</td>";
									if(($i)%1==0)
									{
									echo"</tr>";
									}
									else
									{
									echo "<td>";
										}							  
}

echo"</tr></table>";
}
if($i==0)
{
echo "<strong><center><font color=red>ไม่มีรายการสินค้า</font></center></strong>";
}
?>
                  </a></p>
                  <p class="style59">&nbsp;</p><p align="center" class="style59"><a href='javascript:history.go(-1)'>[ กลับ ]</a></p>  <p align="center" class="style59"><a href='search.php'>[ กลับหน้าค้นหา ]</a></p>
                <p class="style59">&nbsp;</p></td>
            </tr>
        </table></td>
        <td width="23%" valign="top">&nbsp;</td>
      </tr>
      <tr>
        <td height="19" colspan="3" valign="top">&nbsp;</td>
      </tr>
    </table><td width="10"></td>
  </tr>
</table>
       </p>
    
    <p>&nbsp;</p></td>
  </tr>
</table>
<p>&nbsp;</p>

<p align="center">&nbsp;</p>
</body>
</html>




Tag : PHP, Web (ASP.NET)







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-07-29 08:32:00 By : เติ้ล View : 618 Reply : 2
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

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

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

Code (PHP)
$queryNewPro=mysql_query($sqlNewPro) or die(mysql_error());


ลองดูครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-07-29 08:50:00 By : webmaster
 


 

No. 2

Guest


ขอบคุณมากครับพี่ ได้เเล้วครับ ขอบคุณครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-07-29 09:04:39 By : เติ้ล
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
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 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 อัตราราคา คลิกที่นี่