<?
echo"<a href=\"http://www.sina.com/songlist.php?id=530">确定</a>";
?>

解决方案 »

  1.   

    不明白楼主的意思...
    什么怎么实现啊
    http://www.sina.com/songlist.php?id=530不是已经实现了啊
      

  2.   

    我也不是很明白楼主的意思,是不是想问,id的值怎么接收的呀?
    如果是的话,$value=$_POST['id'];
      

  3.   

    我用了8楼的建议,好象ID实现了传递,但是却出现了如下Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log
    这样的错误,这是为什么啊
    郁闷中
      

  4.   

    给你看看我的代码,也许是你想要的<a href='stat_edit.php?acc_id=<?=$row["id"];?>' target="_blank"><?=$row["username"];?></a>