| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/(Del)wah-tung.com/html/sc/ |
Upload File : |
<?php require("configure.php");
$specialimageId = (int)$_GET['specialimageId'];
$sql = "SELECT * FROM specialimage ";
$sql .= "where specialimage.specialimageId = ". $specialimageId ." ";
$result1 = mysql_query($sql);
$row = mysql_fetch_array($result1,MYSQL_ASSOC)
?>
<!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">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?=$row{'specialnamesc'}?></title>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="300" align="center"><img src="../special/<?=$row{'image'}?>" width='600' /> </td>
</tr>
<tr>
<td><img src="../images/footerline.jpg" width="700" height="16" /></td>
</tr>
<tr>
<td class="txt"><div class="colPopProduct">
<table width="670" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div class="PopProducttitletxt">
<div align="right" class="PopProducttitletxt"><?=$row{'specialnamesc'}?></div>
</div>
<div align="right" class="PopProductmodeltxt">
<?
if ($row{'specialmodel'} <> '')
echo "<strong>产品型号:". $row{'specialmodel'} ."</strong>";
?>
</div></td>
</tr>
<tr>
<td class="txt"><?=$row{'specialdescsc'}?></td>
</tr>
</table>
<br />
<table width="670" border="0" cellpadding="0" cellspacing="0">
</table>
<p><br />
</p>
<p> </p>
</div></td>
</tr>
<tr>
<td class="txt">
<div align="center">
<input type=button value=Close onClick=javascript:window.close()>
</div></td>
</tr>
</table>
</body>
</html>