sellorderview.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. $userid=returnuserid($_SESSION["SHOPUSER"]);
  6. $orderbh=$_GET[orderbh];
  7. while0("*","yjcode_order where orderbh='".$orderbh."' and selluserid=".$userid);if(!$row=mysql_fetch_array($res)){php_toheader("sellorder.php");}
  8. $ifztcontrol=1;
  9. ?>
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <meta http-equiv="x-ua-compatible" content="ie=7" />
  14. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  15. <title>Óû§¹ÜÀíÃæ°å - <?=webname?></title>
  16. <? include("cssjs.html");?>
  17. <link href="css/sell.css" rel="stylesheet" type="text/css" />
  18. </head>
  19. <body>
  20. <? include("../tem/top.html");?>
  21. <? include("top.php");?>
  22. <div class="yjcode">
  23. <? include("left.php");?>
  24. <!--RB-->
  25. <div class="userright">
  26. <? include("sellzf.php");?>
  27. <!--°×B-->
  28. <div class="rkuang">
  29. <? include("sellorderv.php");?>
  30. <div class="clear clear15"></div>
  31. </div>
  32. <!--°×E-->
  33. </div>
  34. <!--RE-->
  35. </div>
  36. <div class="clear clear15"></div>
  37. <? include("../tem/bottom.html");?>
  38. </body>
  39. </html>