| 123456789101112131415 |
- <?php
- include("../config/conn.php");
- include("../config/function.php");
- sesCheck();
- $sj=date("Y-m-d H:i:s");
- $bh=$_GET[bh];
- $userid=returnuserid($_SESSION[SHOPUSER]);
- while0("*","yjcode_pro where userid=".$userid." and bh='".$bh."'");if(!$row=mysql_fetch_array($res)){php_toheader("productlist.php");}
- $nxh=returnxh("yjcode_taocan"," and admin is null and probh='".$bh."' and zt<>99");
- intotable("yjcode_taocan","xh,probh,userid,zt","".$nxh.",'".$bh."',".$row[userid].",99");
- $id=mysql_insert_id();
- php_toheader("taocan.php?bh=".$bh."&id=".$id);
- ?>
|