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 > ใช้คำสั่ง while กับ mysql_fetch_array แต่กลับได้ค่าเป็น array1,array2,array3,arrayN... เป็นเพราะอะไรครับ



 

ใช้คำสั่ง while กับ mysql_fetch_array แต่กลับได้ค่าเป็น array1,array2,array3,arrayN... เป็นเพราะอะไรครับ

 



Topic : 065711



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



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




คือผมต้องการใช้รันแรก โดยบวกตัวแปร มันทำไมมันเข้า db แบบนี้ละครับช่วยดูให้หน่อยครับ แฮๆ

Code (PHP)
<?require_once("session.php")?>
<?
include ("header_main.php");
?>
<script type="text/javascript" language="javascript" src="datetimepicker.js"></script>
  <script language="JavaScript">
	<!--
		if (document.images)
		{
		calimg= new Image(16,16); 
		calimg.src="image/cal.gif"; 
		}
		
		function test123()
		{
			alert("onchange event triggered.");
		}
	//-->
</script>
<?
$query=mysql_query("select * from request where cus_ord_id = '$search'");

		$i = 1;
		while ($rs1=mysql_fetch_array ($query)) {
		
         		//	$var_p_code[$i]=$rs1["pro_id"];
				//	$var_p_qty[$i]=$rs1["qty"];
					$var_p_price[$i]=$rs1["price"];	
		}
		$i++;
?>

<form  name ="form_issue" method="post" action="product_sales_add.php" >
<table cellpadding=0 cellspacing=0  border=0  height="200" align='center'  >
  <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
  <tr> 
    <td height=20 width=1 bgcolor=#9DBEE6 ></td>
      <td height=20 colspan="3" bgcolor=#ffffff >
        <div align="center"><font   face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="4"><b>บันทึกเบิกสินค้าสำหรับขาย</b></font> 
          </div>
      </td>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
 <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
   <tr> 
    <td height=20  width=1 bgcolor=#9DBEE6 ></td>
    <td height=20  width=123 bgcolor=ffffff > 
        <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2">ใบเสนอราคาเลขที่&nbsp;</font></b></div>
    </td>
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
      <td height=20 width=388 bgcolor=ffffff valign="middle" ><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2">&nbsp; 
        <? echo  "<input type='hidden' name='i_q_no' value='$search'>"; echo $search; ?>
		<input type="hidden" name="i_type" value="SOLD">
		<?
           $today = getdate();
           $toyear = $today["year"] + 543 ;
           $var_i_date =  $today["mday"]."/".$today["mon"]."/".$toyear;
           echo "<input type='hidden' name='i_date' size='25' maxlength='25' value='$var_i_date'>";
     ?>
        </font></td>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
  <!--------------------------------------------------------------------------------------->
  <?$query=mysql_query("select * from request where cus_ord_id = '$search'");
$i=1;
while ($rs1=mysql_fetch_array ($query)) {
	?>
  <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr> 
  <tr>   
    <td height=20  width=1 bgcolor=#9DBEE6 ></td>
     <td height=20  width=123 bgcolor=ffffff > 
        <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" size="2" color="#6C7198">ลำดับที่ <?=$i?>&nbsp;</font></b></div>
    </td>  
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
      <td height=20  width=450 bgcolor=ffffff valign="middle"  ><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2"> 
		<?
		   echo "&nbsp;<b>สินค้า:</b>&nbsp;".$rs1["pro_name"]; 
		   echo "&nbsp;จำนวน:&nbsp;".$rs1["qty"];
		   echo "&nbsp;ชุด"; 
		?>	               
		 </font></td>

    <td height=20 width=1 bgcolor=9DBEE6></td>
  </tr>
 <?         $i++;
}
?>
<!----------------------------------------------------------------------------------------------------------------------------------->
  <?
$result = mysql_query("select * from request where cus_ord_id = '$search'", $Conn);

$num_rows = mysql_num_rows($result);
 for($j=1;$j<=$num_rows;$j++) {
	?>
<td height=20  width=1 bgcolor=9DBEE6></td>
</tr>
  <tr> 
	<td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
  <tr> 
    <td height=20  width=1 bgcolor=#9DBEE6 ></td>
     <td height=20  width=123 bgcolor=ffffff > 
        <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" size="2" color="#6C7198">เบิกสินค้าลำดับที่ <?=$j?>&nbsp;</font></b></div>
    </td> 
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
      <td height=20  width=450 bgcolor=ffffff valign="middle"  ><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2"> 
		<?
		   echo "&nbsp;<b>สินค้า:</b>&nbsp;";
		   	   echo  "<select name='i_p_code".$j."' size='1' value ='' >
                 <option value=''>กรุณาเลือกสินค้า</option> ";
				 $query=mysql_query("select  pro_id ,pro_name from product");
			while ($rs1=mysql_fetch_array ($query)) {
		    $var_p_code[$j]=$rs1['pro_id']; 
			$var_p_name[$j]=$rs1['pro_name']; 
                  echo  "<option value='$var_p_code".$j."'>$var_p_code[$j]&nbsp;-&nbsp;$var_p_name[$j]</option>";
				  }
           echo "</select>";
		    echo "<input type='hidden' name='i_p_qty[$j]' size='11' maxlength='11' value='1'>";
			echo "<input type='hidden' name='var_p_price[$j]' size='11' maxlength='11' value='1'>";
		   echo "&nbsp;รหัสสินค้า:&nbsp;";
	   echo  "<select name='i_p_sn".$j."' size='1' value ='' >
                 <option value=''>กรุณาเลือกรหัสสินค้า</option> ";
	$query=mysql_query("select  r_p_sn,r_p_id  from recive ,product where product.pro_id = '$var_p_code[$j]' and recive.r_type='SOLD'");
		   while ($rs1=mysql_fetch_array ($query)) {
		    $var_p_sn[$j]=$rs1['r_p_sn']; 
			$var_p_id[$j]=$rs1['r_p_id']; 
                  echo  "<option value='$var_p_sn[$j]'>$var_p_id[$j] : $var_p_sn[$j]</option>";
				  }
           echo "</select>";
		?>	               
		 </font></td>
<!---------------------------------------------------------------------------->
 <?       
}
?>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
  <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
    <tr> 
    <td height=20  width=1 bgcolor=#9DBEE6 ></td>
    <td height=20  width=123 bgcolor=ffffff > 
      <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2">วันที่เริ่มประกัน&nbsp;</font></b></div>
    </td>
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
    <td height=20  width=388 bgcolor=ffffff valign="middle" ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"> 
      &nbsp; 
       <input  name = "dates" id="date2" type="text" size="15"><a href="javascript:NewCal('date2','ddmmyyyy')"><img src="image/cal.gif" width="16" height="16" border="0" alt="Pick a date"></a>
      </font></td>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
  <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
  <tr> 
    <td height=20  width=1 bgcolor=#9DBEE6 ></td>
    <td height=20  width=123 bgcolor=ffffff > 
      <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2">ถึงวันที่ &nbsp;</font></b></div>
    </td>
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
    <td height=20  width=388 bgcolor=ffffff valign="middle" ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"> 
      &nbsp; 
    <input  name ="datef" id="date3" type="text" size="15"><a href="javascript:NewCal('date3','ddmmyyyy')"><img src="image/cal.gif" width="16" height="16" border="0" alt="Pick a date"></a>
      </font></td>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
  <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
    <tr> 
    <td height=20 width=1 bgcolor=#9DBEE6 ></td>
    <td height=20  width=123 bgcolor=ffffff > 
      <div align="right"><b><font face="MS Sans Serif, Microsoft Sans Serif" color="#6C7198" size="2">&nbsp;</font></b></div>
    </td>
    <td height=20  width=1 bgcolor=9DBEE6 ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"></font></td>
    <td height=20 width=388 bgcolor=ffffff valign="middle" ><font face="MS Sans Serif, Microsoft Sans Serif" color="#CCCCCC" size="2"> 
      <input type="submit" name="Submit" value="บันทึก">
     <input type="reset" name="Reset" value="ยกเลิก" onClick="window.close(); "></font></td>
    <td height=20  width=1 bgcolor=9DBEE6></td>
  </tr>
   <tr> 
    <td height=1 colspan=15 bgcolor=#9DBEE6><img src="image/dot.gif"></td>
  </tr>
</table>
</form>





Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-08-31 23:15:57 By : bukla View : 906 Reply : 2
 

 

No. 1



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

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

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

เปลี่ยนการเขียน ตัวแปร / Loop ใหม่ครับ แบบนี้ Debug ลำบากครับ

Code (PHP)
<?
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="600" border="1">
  <tr>
    <th width="91"> <div align="center">CustomerID </div></th>
    <th width="98"> <div align="center">Name </div></th>
    <th width="198"> <div align="center">Email </div></th>
    <th width="97"> <div align="center">CountryCode </div></th>
    <th width="59"> <div align="center">Budget </div></th>
    <th width="71"> <div align="center">Used </div></th>
  </tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
  <tr>
    <td><div align="center"><?=$objResult["CustomerID"];?></div></td>
    <td><?=$objResult["Name"];?></td>
    <td><?=$objResult["Email"];?></td>
    <td><div align="center"><?=$objResult["CountryCode"];?></div></td>
    <td align="right"><?=$objResult["Budget"];?></td>
    <td align="right"><?=$objResult["Used"];?></td>
  </tr>
<?
}
?>
</table>
<?
mysql_close($objConnect);
?>


Go to : PHP MySQL List Record






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-09-01 06:37:17 By : webmaster
 


 

No. 2



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



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


ครับ ขอบคุณมากครับพี่ ผมจะขอไปปรับปรุงโปรแกรมตัวเองก่้อนครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-09-02 11:06:35 By : bukla
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ใช้คำสั่ง while กับ mysql_fetch_array แต่กลับได้ค่าเป็น array1,array2,array3,arrayN... เป็นเพราะอะไรครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 00
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 อัตราราคา คลิกที่นี่