zz1976
注册会员

初级会员
UID 68014
精华
0
积分 80
帖子 58
金钱 80 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2006-1-13
状态 离线
|
[广告]: q
m
问题
$sting = "0000";
echo "
<--form action=/cgi-bin/post-query method=POST>
<--input type=text name=a01 size=40 value = $sting><br>
<--input type=submit><--input type=reset>
<--/form>
";
$sting001 = (form.text.value);
echo $sting001;
新手. 问如何将 form text a01 的值,赋给sting001
|
|