" maxlength="30" disabled />">
时间:2021-07-01 10:21:17 帮助过:11人阅读
include_once ("conn.php");
$value=$_GET['value'];
$sql_itemcode="SELECT * FROM `product` WHERE `item_code` = '$value'";
$querya = mysql_query($sql_itemcode);
$rs= mysql_fetch_array($querya);
?>
产品详情