aboutview.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. include("../config/xy.php");
  5. $sj=date("Y-m-d H:i:s");
  6. $uid=$_GET[id];
  7. $sqluser="select * from yjcode_user where zt=1 and shopzt=2 and id=".$uid;mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser);
  8. if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("./");}
  9. ?>
  10. <html>
  11. <head>
  12. <meta http-equiv="x-ua-compatible" content="ie=7" />
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  14. <title><?=$rowuser[shopname]?>好不好?<?=$rowuser[shopname]?>怎么样,<?=$rowuser[shopname]?>是做什么的 - <?=webname?></title>
  15. <? include("../tem/cssjs.html");?>
  16. <link href="shop.css" rel="stylesheet" type="text/css" />
  17. </head>
  18. <body>
  19. <? include("top.php");?>
  20. <script language="javascript">
  21. document.getElementById("shopmenu3").className="a1";
  22. </script>
  23. <div class="yjcode">
  24. <!--左B-->
  25. <? include("left.php");?>
  26. <!--左E-->
  27. <!--右B-->
  28. <div class="right">
  29. <div class="about">
  30. <ul class="rcap"><li class="l1">关于我们</li><li class="l2"></li></ul>
  31. <div class="txt"><?=$rowuser[txt]?></div>
  32. </div>
  33. </div>
  34. <!--右E-->
  35. </div>
  36. <? include("../tem/bottom.html");?>
  37. </body>
  38. </html>