|
|
|
รบกวนพี่ๆหน่อยจ้าาา ถามเรื่องการ+ - ของ table / คือจะเอาcolumnในตาราง2ตารางมา-กันอ่าาครับ |
|
|
|
|
|
|
|
บวกลบกันธรรมดาเลยนนี่ครับ
$ressult = $a + $b;
echo $ressult;
|
|
|
|
|
Date :
2014-02-15 16:09:19 |
By :
champkung226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนดูทีครับ
Code (PHP)
<?
ob_start();
session_start();
include("./connect.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div id="mainContent">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><br />
<?
$query = mysql_query("
SELECT product.id_prd,sum(order_detail.number) as order_num,in_stock_prd,name_prd
FROM order_detail,product
WHERE product.id_prd=order_detail.ref_id_prd
GROUP BY ref_id_prd
ORDER BY order_num DESC");
$sum=$row['in_stock_prd']-$row['order_num'];/*ตั้งตัวแปรยังไงอ่าครับช่วยที T T*/
$i=1;
?>
<p align="center"><center><h3>ยอดสินค้าทั้งหมด</center></h3></p>
<table align="center" border="1" cellpadding="8">
<tr bgcolor="#00FF00">
<td align="center"><div align="center">คงเหลือในคลังทั้งหมด</div></td>
</tr>
<?php while ($row = mysql_fetch_array($query)) { ?>
<tr>
<td align="center"><?php echo $sum; ?></td>
</tr>
<?php $i++; } ?>
</table>
<p> </p>
</td>
</tr>
</table>
</div>
</body>
</html>
|
|
|
|
|
Date :
2014-02-15 16:20:36 |
By :
picegaa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้ววววววว จ้าาาาาา
|
|
|
|
|
Date :
2014-02-15 16:47:22 |
By :
picegaa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-02-16 08:15:48 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|