标题 全文 热门搜索
<form action="test.php" method="post"> <textarea name="post"></textarea> <input type="submit"> </form> <?php header('Content-Type:text/html;charset=utf-8'); echo $_POST['post']; echo '<iframe height=498 width=510 src="http://player.youku.com/embed/XNTY4NTI4OTQ0" frameborder=0 allowfullscreen></iframe>';
Copyright © 2009-2019 LAMPChina 粤ICP备09013514号
我在表单提交一个一样的代码,结果俩都不显示了
就这么简单的代码,硬是不行啊,谁复制下来测试下
最后那个echo是测试用的数据,优酷的视频,填入表单提交就能看出哪儿出问题了