001.
<?php
002.
session_start() ;
003.
if
(!isset(
$_SESSION
[
'login_true'
]))
004.
?>
005.
<?
006.
include
"connect.php"
;
007.
?>
008.
<?
009.
$id
=
$_GET
[
"product_id"
];
010.
$sql
=
"select * from product where product_id = $id"
;
011.
$ex
= mysql_query(
$sql
,
$conn
);
012.
while
(
$rs
=mysql_fetch_array(
$ex
)) {
013.
?>
014.
<?
015.
$product_id
=
$rs
[product_id];
016.
$code
= sprintf(
"%05d"
,
$product_id
);
017.
?>
020.
<head>
021.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=windows-874"
/>
022.
<title>Untitled Document</title>
023.
<style type=
"text/css"
>
024.
#body {
025.
background-image: url(images/templatemo_body.jpg);
026.
background-repeat: repeat;
027.
position: absolute;
028.
z-index: 1;
029.
width: 100%;
030.
left: 0px;
031.
top: 0px;
032.
height: 100%;
033.
}
034.
.manuproduct {
035.
width: 218px;
036.
float: left;
037.
margin-right: 20px;
038.
margin-top: 30px;
039.
margin-left: 35px;
040.
margin-bottom: 35px;
041.
}
042.
.product_box {
043.
float: left;
044.
width: 215px;
045.
margin-top: 0px;
046.
margin-right: 10px;
047.
margin-bottom: 10px;
048.
margin-left: 0px;
049.
}
050.
.top {
051.
background-image: url(images/templatemo_body_top.jpg);
052.
background-repeat: repeat;
053.
position: absolute;
054.
z-index: 1;
055.
width: 100%;
056.
left: 0px;
057.
top: 0px;
058.
height: 411px;
059.
}
060.
.manubar_b {
061.
width: 100%;
062.
position: absolute;
063.
top: 130px;
064.
z-index: 1;
065.
left: 0px;
066.
}
067.
.manu {
068.
height: 40px;
069.
}
070.
.body_product {
071.
width: 700px;
072.
margin-top: 30px;
073.
margin-bottom: 35px;
074.
margin-left: 0px;
075.
margin-right: 15px;
076.
}
077.
#body_product {
078.
width: 680px;
079.
float: right;
080.
margin-top: 30px;
081.
margin-right: 20px;
082.
}
083.
.manubar_bb {
084.
background-repeat: no-repeat;
085.
width: 980px;
086.
height: 60px;
087.
float: right;
088.
background-image: url(images/templatemo_menubar.png);
089.
}
090.
#apDiv1 {
091.
position: absolute;
092.
width: 200px;
093.
height: 115px;
094.
z-index: 2;
095.
left: 675px;
096.
top: -119px;
097.
}
098.
.login {
099.
width: 300px;
100.
}
101.
.formB {
102.
font-size: 16px;
103.
color: #333;
104.
}
105.
</style>
106.
</head>
107.
108.
<body background=
"images/templatemo_body.jpg"
>
109.
<table width=
"980%"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
id=
"body"
>
110.
<tr>
111.
<td id=
"body"
><table width=
"980%"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
class
=
"top"
>
112.
<tr>
113.
<td><table width=
"980"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
class
=
"manubar_b"
>
114.
<tr>
115.
<td><table background=
"images/templatemo_main_bg.png"
width=
"980"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
>
116.
<tr>
117.
<td><table width=
"980"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
class
=
"manubar_bb"
>
118.
<tr>
119.
<td valign=
"top"
><table width=
"980"
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
class
=
"manu"
>
120.
<tr>
121.
<td><div
class
=
"manu_b"
>
122.
<?
123.
{
124.
include
(
"menuber.php"
);
125.
}
126.
?>
127.
</div></td>
128.
</tr>
129.
</table>
130.
<div
class
=
"manuproduct"
>
131.
<div>
132.
<?
133.
{
134.
include
(
"manuproduct.php"
);
135.
}
136.
?>
137.
</div>
138.
<br />
139.
<div>
140.
<?
141.
{
142.
include
"login2.php"
;
143.
}
144.
?>
145.
</div>
146.
<br />
147.
<br />
148.
</div>
149.
<div id=
"body_product"
>
150.
<table width=
"500%"
border=
"0"
cellspacing=
"2"
cellpadding=
"2"
>
151.
<tr>
152.
<td width=
"315"
><img
153.
src=
"admin/product/images/<?=$rs[product_image]?>"
alt=
""
width=
"315"
height=
"400"
/></td>
154.
<td valign=
"top"
class
=
"formB"
><?=
$rs
[product_name]?>
155.
<br />
156.
[ <a href=basket_add.php?id=<?=
$rs
[product_id]?>>หยิบใส่ตะกร้า</a> ]
157.
<br />
158.
<select name=
"ptype"
>
159.
<option value=
""
> -- เลือกข้อมูลประเภทสินค้า -- </option>
160.
<option value=
"<?=$rs[size]?>"
><?=
$rs
[size]?></option>
161.
<option value=
"<?=$rs[size2]?>"
><?=
$rs
[size2]?></option>
162.
<option value=
"<?=$rs[size3]?>"
><?=
$rs
[size3]?></option>
163.
<?
164.
165.
mysql_close(
$conn
);
166.
?>
167.
</select>
168.
<br />
169.
<br /></td>
170.
</tr>
171.
<tr>
172.
<td> </td>
173.
<td valign=
"top"
class
=
"formB"
> </td>
174.
</tr>
175.
</table>
176.
</div></td>
177.
</tr>
178.
</table></td>
179.
</tr>
180.
</table></td>
181.
</tr>
182.
</table></td>
183.
</tr>
184.
</table></td>
185.
</tr>
186.
<?
187.
}
188.
?>
189.
<div
class
=
"login"
>Content
for
class
"login"
Goes Here</div>
190.
</table>
191.
</body>
192.
</html>