|
|
|
ช่วยดูโค้ดรวมยอดเงินให้หน่อย มันต้องเชคไงอ่ะครับ!!!!!!!!! |
|
|
|
|
|
|
|
เอาค่า sum เก็บใน hidden ครับ
|
|
|
|
|
Date :
2017-04-21 09:21:44 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sum = 0;
while($objResult1 = mysql_fetch_array($objQuery1))
$sum = $sum+$objResult1["Price_room"];
{ ?>
<td bgcolor="#CCCCCC"><div align="center">
<?=$objResult1["Price_room"]; }}}?>
</div></td>
</tr>
<tr>
<td><?php echo $sum; ?>
</td>
</tr>
</table>
|
|
|
|
|
Date :
2017-04-21 17:08:47 |
By :
ดินทราย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sum = 0;
while($objResult1 = mysql_fetch_array($objQuery1))
{ $sum = $sum+$objResult1["Price_room"];
?>
<td bgcolor="#CCCCCC"><div align="center">
<?=$objResult1["Price_room"]; }}}?>
</div></td>
</tr>
<tr>
<td><?php echo $sum; ?>
</td>
</tr>
</table>
|
|
|
|
|
Date :
2017-04-22 08:57:35 |
By :
ดินทราย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|