谁有 php代码?
我想做个网上调查,具体功能是:(用html写出如下 )
<form action="invest.php" method="post"><b>飞翼网调查:/b>
<input type="radio" name="voteID" value="1">满意<br>
<input type="radio" name="voteID" value="2">不满意<br>
<br>
<center><input type=submit name="vote" value="投票">
</form>
用户选单选按钮,再按“投票”按钮,调用invest.php程序,用进度条显示
用户投票的结果。
谁能给我这个要求的代码。
谢谢了