dqview.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. $sj=date("Y-m-d H:i:s");
  5. $uid=$_GET[id];
  6. $sqluser="select * from yjcode_user where shopzt=4 and id=".$uid;mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser);
  7. if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("./");}
  8. ?>
  9. <html>
  10. <head>
  11. <meta http-equiv="x-ua-compatible" content="ie=7" />
  12. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  13. <title>店铺到期提醒 - <?=webname?></title>
  14. <link href="<?=weburl?>css/basic.css" rel="stylesheet" type="text/css" />
  15. <? include("../tem/cssjs.html");?>
  16. <link href="shop.css" rel="stylesheet" type="text/css" />
  17. </head>
  18. <body>
  19. <? include("../tem/top.html");?>
  20. <? include("../tem/top1.html");?>
  21. <div class="yjcode">
  22. <div class="shopdq">
  23. <ul class="u1">
  24. <li class="l1">温馨提示:您访问的店铺已经到期。</li>
  25. <li class="l2">如果您是店铺主人,请及时续期[进入会员中心-左侧-点击续费按钮]</li>
  26. <li class="l3"><a href="../user/openshop4.php" class="a1">我是店主,马上续期</a><a href="../user/openshop1.php" class="a2">还没有店铺?申请入驻</a></li>
  27. </ul>
  28. </div>
  29. </div>
  30. <? include("../tem/bottom.html");?>
  31. </body>
  32. </html>