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 > พี่ช่วยเช็คให้หน่อยครับ คือถ้าสินค้าเป็นรถมอเตอร์ไซค์ สินค้ามีunitเป็น1



 

พี่ช่วยเช็คให้หน่อยครับ คือถ้าสินค้าเป็นรถมอเตอร์ไซค์ สินค้ามีunitเป็น1

 



Topic : 115469



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



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




คืออยากให้เลือกสินค้าเป็นได้หลายรายการ เเต่สินค้ามีอย่างละ1คือ รถมอเตอร์ไซค์


Code (PHP)
<? @session_start(); @ob_start;?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>.::รายละเอียดข้อมูลสินค้า::.</title>
<style type="text/css">
<!--
.style1 {font-weight: bold}
.style2 {font-weight: bold}
.style3 {font-weight: bold}
.style4 {font-weight: bold}
.style5 {
	color: #000000;
	font-weight: bold;
}
.style7 {font-size: 14px}
-->
</style>
</head>
<body>
<table width="1005" height="779" border="1" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td width="1027" valign="top"><table width="1001" height="143" border="0" cellpadding="0" cellspacing="0">
 <tr> 
           <td> <?php require_once('head.php'); ?></td>
      </tr>
    </table>
      <table width="1001" height="420" border="1" cellpadding="0" cellspacing="1">
        <tr>
          <td width="200"></td>
          <td width="792" valign="top">
            <div align="center">
<?
include"connect.php";
include"function.php";
$id=$_GET["id_pro"];
$strSQL = ("SELECT * FROM (product INNER JOIN theconsignment ON product.id_consign = theconsignment.id_consign)where id_pro='{$_GET["id_pro"]}' ");
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
if(mysql_num_rows($objQuery)){
	while($row_select=mysql_fetch_array($objQuery)){
?>
              <table width="283" height="23" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td><div align="center">
                    <form name="form2" method="post" action="">
                      <span class="style5">
                    <input type="image" name="imageField3" id="imageField3" src="image/Detail.gif">
                    ข้อมูลรถมอเตอร์ไซค์ </span>
                      <span class="style5">
                      <input type="image" name="imageField4" id="imageField4" src="image/Detail.gif">
                      </span>
                    </form>
                    </div></td>
                </tr>
              </table>
             
            </div>       
            <form id="form1" name="form1" method="POST" action="order.php?id_pro=<?=$objResult["id_pro"];?>" method="post">
<table width="839" height="138" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top"><img src="product/uploaded/<?php echo $row_select["image1_pro"];?>" width="163" height="163" border="0"></td>
    <td valign="top"><img src="product/uploaded/<?php echo $row_select["image2_pro"];?>" width="163" height="163" border="0"></td>
    <td valign="top"><img src="product/uploaded/<?php echo $row_select["image3_pro"];?>" width="163" height="163" border="0"></td>
    <td valign="top"><img src="product/uploaded/<?php echo $row_select["image4_pro"];?>" width="163" height="163" border="0"></td>
    <td valign="top"><img src="product/uploaded/<?php echo $row_select["image5_pro"];?>" width="163" height="163" border="0"></td>
  </tr>
</table>

<table width="469" height="223" border="0" align="center" cellpadding="0" cellspacing="0"><font color="#000000">
  <tr>
    <td> <font color="#000000"><p align="center"><strong>รายละเอียดข้อมูลรถมอเตอร์ไซค์</strong></p>
      <table width="97%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
          <td><font color="#000000"><strong>เลขที่การฝากขายสินค้า :</strong></td>
      <td><font color="#000000"><?php echo $row_select['id_pro'] ; ?></td>
    </tr>
    <tr>
      <td width="41%"><font color="#000000"><strong>ยี่ห้อรถมอเตอร์ไซค์ :</strong></td>
      <td width="59%"><font color="#000000"><?php echo $row_select['brand_pro'] ; ?></td>
    </tr>
    <tr>
      <td><font color="#000000"><strong>รุ่นของรถ : </strong></td>
      <td><font color="#000000"><?php echo $row_select['generate_pro'] ; ?></td>
    </tr>
    <tr>
      <td><font color="#000000"><strong>ปีที่จดทะเบียน  :</strong></td>
      <td><font color="#000000"><?php echo $row_select['registyear_pro'] ; ?></td>
    </tr>
    <tr>
      <td><font color="#000000"><strong>สีรถ :</strong></td>
      <td><font color="#000000"><?php echo $row_select['color_pro'] ; ?></td>
    </tr>
    <tr>
      <td><font color="#000000"><strong>ราคาที่ต้องการขาย :</strong></td>
      <td><font color="#000000"><?php echo $row_select['price_pro'] ; ?></td>
    </tr>
     <tr>
      <td><font color="#000000"><strong>วันที่ฝากขาย :</strong></td>
      <td><font color="#000000"><?php echo $row_select['date_pro'] ; ?></td>
    </tr>
    <tr>
      <td><font color="#000000"><strong>เจ้าของสินค้า :</strong></td>
      <td><font color="#000000"><?php echo $row_select['name_consign'] ; ?></td>
    </tr>
  </table></td>
  </tr>
</table>
<?php } 
  }else{
	  echo"<div class='well'><font color=\"#FF00FF\"><p>ยังไม่มีข้อมูล</p></font></div>";
  }
   ?>
<div class="well">
<?php if($_SESSION['id_cust']<=0 ){echo "<font color=\"#FF00FF\"><center><p>คุณต้อง Login ก่อนจึงจะสั่งซื้อได้</p></center></font>";}else{?>
</div>
	 

                                             &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;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;  &nbsp;  &nbsp;&nbsp;
 
       <center>
         <table width="151" border="0">
                   </table>
                   <input type="hidden" name="qty" id="qty" value="1">
         <input type="submit" name="btnadddetail" id="btnadddetail" value="ยืนยันการสั่งซื้อสินค้า"/></center>
   
            
          </form>
          </td>
        </tr>
      </table>
      <p>
      <? } ?>
      
      <table width="1001" height="73" border="1" cellpadding="0" cellspacing="1">
        <tr>
          <td><?php require_once('foot.php'); ?></td>
        </tr>
      </table> 
      </table>

</table>
    </body>
</html>



<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?
@session_start(); @ob_start;
	
if(!isset($_SESSION["intLine"]))
{

	 $_SESSION["intLine"] = 0;
	 $_SESSION["strid_pro"][0] =$_GET["id_pro"];
	 

}
else
{
	
	$key = array_search($_GET["id_pro"], $_SESSION["strid_pro"]);
	if((string)$key != ""){
		/* ตรงนี้มันบอกว่า ถ้าไม่มี ID ของ Product คือ ไม่มีในตะกร้าสินค้าเลย มันจะให้เริ่มต้นที่ 1*/
		/* แต่ถ้าเราจะอยากให้เวลา กรอกตรง input แล้วให้้จำนวนเปลี่ยน ก็เปลี่ยนตรงนี้*/
		 $_SESSION["strQty"][$key] = $_SESSION["strQty"][$key] + $_POST['qty'];
	}
	else
	{
		
		 $_SESSION["intLine"] = $_SESSION["intLine"] +1;
		 $intNewLine = $_SESSION["intLine"];
		 $_SESSION["strid_pro"][$intNewLine] = $_GET["id_pro"];
		 $_SESSION["strid_pro"][$intNewLine] =$_GET["id_pro"];
		
	}
	
	 echo "<script>window.location='show.php'</script>";

}
?>

Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<? @session_start(); @ob_start;
if($_SESSION["user_cust"] ==""){
echo "<script language='javascript'> alert ('กรุณากลับไปLoginก่อนเข้าสู่ระบบ');</script>";
echo "<script language='javascript'> history.back(1);</script>";
exit();
}
?>
<html>
<head>
<title>.::รายการสั่งซื้อ::.</title>
</head>
<?
include"connect.php";
?>
รายการสั่งซื้อของคุณ<?=$_SESSION["user_cust"] ?>
<table width="696"  border="1">
  <tr>
<td width="114">รหัสการสั่งซื้อ</td>
    <td width="78">รหัสสินค้า</td>
    <td width="98">รหัสลูกค้า</td>
    <td width="119">ปีที่จดทะเบียน</td>
    <td width="30">สีรถ</td>
    <td width="42">ราคา</td>
    <td width="50">จำนวน</td>
    <td width="39">Del</td>
  </tr>
  <?
  $Total = 0;
  $SumTotal = 0;

  for($i=0;$i<=(int)$_SESSION["intLine"];$i++)
  {
	  if($_SESSION["strid_pro"][$i] != "")
	  {
  		$strSQL = "SELECT * FROM product WHERE id_pro = '".$_SESSION["strid_pro"][$i]."' ";
		$objQuery = mysql_query($strSQL)  or die(mysql_error());
		$objResult = mysql_fetch_array($objQuery);
		$Total = $_SESSION["strid_pro"][$i] + $objResult["Price"];
		$SumTotal = $SumTotal + $Total;
			  ?>
	  <tr>
		<td><?=$objResult["id_ord"] [$i];?></td>
		<td><?=$objResult["id_pro"]?></td>
        <td><?=$id_cust=$_SESSION['id_cust'];?></td>
        <td><?=$objResult["day_ord"];?></td>
        <td><?=$objResult["color_pro"];?></td>
		<td><?=$objResult["price_pro"];?></td>
		<td><?=number_format($Total,2);?></td>
		<td><a href="delete.php?Line=<?=$i;?>">x</a></td>
	  </tr>
 <?
	  }
  }
  ?>
</table>
Sum Total <?=number_format($SumTotal,2);?>
<br><br><a href="all_product.php">Go to Product</a>
<?
	if($SumTotal > 0)
	{
?>
	| <a href="checkout.php">CheckOut</a>
<?
	}
?>
<?
mysql_close();
?>
</body>
</html>




Tag : PHP, MySQL







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2015-03-27 22:30:16 By : newnot View : 671 Reply : 1
 

 

No. 1



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

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

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

ตัวแปรไหนเป็น Type ครับ อันที่จริงถ้ารู้ Type ก็ใช้ if ได้เลยน่ะครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2015-03-28 07:34:10 By : mr.win
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : พี่ช่วยเช็คให้หน่อยครับ คือถ้าสินค้าเป็นรถมอเตอร์ไซค์ สินค้ามีunitเป็น1
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 05
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 อัตราราคา คลิกที่นี่