if ($mem_sid ==""){
echo "";
} else {
$db="shinhwa";
$table= "hot_request";
$conn= mysql_connect("localhost","guest","") or die("µ¥ÀÌŸ ¼¹ö¿¡ Á¢±Ù ÇÒ ¼ö ¾ø½À´Ï´Ù.");
mysql_select_db("$db",$conn);
$query="select Num,Part_No,Product_make,Account,Price from $table where Mem_id='$mem_id'";
$result=mysql_query($query,$conn);
if(!$result) { echo"result eerrr"; }
$row=mysql_num_rows($result);
?>
½ÅÈÁ¤º¸½Ã½ºÅÛÁÖ½Äȸ»ç Àå¹Ù±¸´Ï(Cart)
|
|
|
|
 |
| |
|
|
| |
|
| |
| |
|
| |
|
°íÀ¯¹øÈ£
|
Á¦Ç°¹øÈ£
|
Á¦Á¶»ç
|
¼ö·®
|
°¡°Ý
|
if($row != "0" || $row !="") {
for($a=0; $a < $row ; $a++) {
$Num=mysql_result($result,$a,'Num');
$Part_No=mysql_result($result,$a,'Part_No');
$Prouct_make=mysql_result($result,$a,'Product_make');
$Account=mysql_result($result,$a,'Account');
$Price=mysql_result($result,$a,'Price');
$dis_Acc = number_format($Account);
$dis_pri = number_format($Price);
?>
|
echo $Num ?>
|
echo $Part_No ?>
|
echo $Prouct_make ?>
|
echo $dis_Acc ?>
|
echo $dis_pri ?>
|
}
} else {
?>
| ÇØ´ç µ¥ÀÌŸ°¡
¾ø½À´Ï´Ù. |
|
|
|
|
|
} ?>
|
| |
|
|
|
|
|
} ?>