扫码关注官方订阅号
我是PHP新手自学的。这是main1.php 我想把TXT文本的值传到main2.php该怎么传?各位看看我写的 mian2.php没有获取到TXT的值?
This is my page!!!
<form action="main2.php" meth="post"> <input type="text" id="txtname" name="txtname"/><br/> <input type ="submit" value='Hit Me'/> </form> <?php print "You pass to the value :".$_POST['txtname'] ?>
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部