aboutview.php 971 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. $id=intval($_GET[id]);
  5. $sqluser="select * from yjcode_user where id=".$id;mysql_query("SET NAMES 'GBK'");$resuser=mysql_query($sqluser);
  6. if(!$rowuser=mysql_fetch_array($resuser)){php_toheader("./");}
  7. ?>
  8. <html>
  9. <head>
  10. <meta http-equiv="x-ua-compatible" content="ie=7" />
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  12. <title><?=$rowuser[nc]?>的个人主页 - <?=webname?></title>
  13. <? include("../tem/cssjs.html");?>
  14. </head>
  15. <body>
  16. <? include("../tem/top.html");?>
  17. <? include("top.php");?>
  18. <script language="javascript">
  19. document.getElementById("mytopa2").className="a1";
  20. </script>
  21. <div class="yjcode">
  22. <? include("left.php");?>
  23. <!--右B-->
  24. <div class="myright">
  25. <ul class="myjs">
  26. <li class="l1">我的介绍</li>
  27. <li class="l2"><?=$rowuser[mytxt]?></li>
  28. </ul>
  29. </div>
  30. <!--右E-->
  31. </div>
  32. <? include("../tem/bottom.html");?>
  33. </body>
  34. </html>