powermill怎么编程铣螺纹

2024-11-17 00:38:05
推荐回答(1个)
回答1:

$id=$_POST["itm"];
$sql="update vote set count=count+1 where id=$id";
if(mysql_query($sql))
{
$_SESSION["vote"]=session_id();
?>