Пример #1
0
<title>详细信息</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="/statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="/statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="/statics/css/photoswipe.css" />
<link rel="stylesheet" type="text/css" href="/com/icomoon/style.css" />
<link rel="stylesheet" type="text/css" href="/com/swiper/swiper.min.css" />
<link rel="stylesheet" type="text/css" href="/com/lightGallery/lightGallery.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
$productid = $_GET['productid'];
$product_array = get_detail($productid);
$productpic_array = get_productpic($productid);
?>
<body>

<header class="header">
	<div><a href="javascript:history.back();"><i class="icon-angle-left"></i></a></div>
	<h1>详细信息</h1>
	<div><a href="index.php"><i class="icon-home"></i></a></div>
</header>
<?php 
if (!is_array($product_array)) {
    $noconnect = "<p>对不起,没有查找到您要查找的内容!</p>";
    echo $noconnect;
} else {
    $row = $product_array[0];
    ?>
Пример #2
0
<title>详细信息</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" href="/statics/css/yumleeM.css" />
<link rel="stylesheet" type="text/css" href="/statics/css/mcr.css" />
<link rel="stylesheet" type="text/css" href="/statics/css/photoswipe.css" />
<link rel="stylesheet" type="text/css" href="/com/icomoon/style.css" />
<link rel="stylesheet" type="text/css" href="/com/swiper/swiper.min.css" />
<link rel="stylesheet" type="text/css" href="/com/lightGallery/lightGallery.css" />
</head>
<?php 
session_start();
include_once 'mcr_sc_fns.php';
$cdkey = $_GET['cdkey'];
$product_array = get_dumpdetail($cdkey);
$productpic_array = get_productpic($cdkey);
?>
<body>

<header class="header">
	<div><a href="javascript:history.back();"><i class="icon-arrow-back"></i></a></div>
	<h1>详细信息</h1>
	<div><a href="index.php"><i class="icon-home"></i></a></div>
</header>
<?php 
if (!is_array($product_array)) {
    $noconnect = "<p>对不起,没有查找到您要查找的内容!</p>";
    echo $noconnect;
} else {
    $row = $product_array[0];
    ?>