我想在同一个索引页面上打开这个页面 我怎样才能把这个链接放在索引页面上?
<a herf="includes/user_manage.php?id =<?php echo $id; ?>">
我试过这个,但它不起作用:
<a herf ="index.php?page=includes/user_manage.php?id =<?php echo $id; ?> ">
但如果我使用它,它会起作用:
<a herf="includes/user_manage.php?id =<?php echo $id; ?>">
谢谢