为什么得不到值????????????????????????
大家通用的做法是什么?php写法改变不少,究竟都有哪些改变啊
//test.php
<form name="form1" method="post" action="test2.php">
<input name="name" type="text" id="name">
<input type="submit" name="Submit" value="Submit">
</form>
//test2.php
<?echo $name;?>