| 12345678910111213141516171819202122232425262728293031 |
- <?
- include("../../config/conn.php");
- include("../../config/function.php");
- $sj=date("Y-m-d H:i:s");
- $uid=$_GET[id];
- $sqluser="select * from yjcode_user where shopzt=4 and id=".$uid;mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser);
- if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("./");}
- ?>
- <html>
- <head>
- <meta http-equiv="x-ua-compatible" content="ie=7" />
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
- <title>店铺到期提醒 - <?=webname?></title>
- <? include("../tem/cssjs.html");?>
- </head>
- <body>
- <? $nowpagetit="店铺到期提醒";include("../tem/moban/".$rowcontrol[wapmb]."/tem/top.php");?>
- <div class="shopdq box">
- <div class="d1">
- <ul class="u1">
- <li class="l1">温馨提示:您访问的店铺已经到期。</li>
- <li class="l2">如果您是店铺主人,请及时续期。<br>1、进入电脑端会员中心<br>2、左侧找到续费按钮<br>3、进行续费</li>
- </ul>
- </div>
- </div>
-
- <? include("../tem/moban/".$rowcontrol[wapmb]."/tem/bottom.php");?>
- </body>
- </html>
|