dqview.php 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
  14. <title>店铺到期提醒 - <?=webname?></title>
  15. <? include("../tem/cssjs.html");?>
  16. </head>
  17. <body>
  18. <? $nowpagetit="店铺到期提醒";include("../tem/moban/".$rowcontrol[wapmb]."/tem/top.php");?>
  19. <div class="shopdq box">
  20. <div class="d1">
  21. <ul class="u1">
  22. <li class="l1">温馨提示:您访问的店铺已经到期。</li>
  23. <li class="l2">如果您是店铺主人,请及时续期。<br>1、进入电脑端会员中心<br>2、左侧找到续费按钮<br>3、进行续费</li>
  24. </ul>
  25. </div>
  26. </div>
  27. <? include("../tem/moban/".$rowcontrol[wapmb]."/tem/bottom.php");?>
  28. </body>
  29. </html>