六狼论坛's Archiver
首页
›
PHP
› 超链接传递数值
ms.元
发表于 2012-10-25 23:41:10
超链接传递数值
<a href="#" name=name target="target">连接文字</a>
<a href="1.php? id=<?php echo $errat['id'];?>">连接字段</a>
<a href="1.php? id=".urlencode($)."&username=".erlcode()." ">连接字段</a>
通过$_get['']获取;
页:
[1]
查看完整版本:
超链接传递数值