我想在同一索引頁面上打開此頁面 如何將此鏈接放入索引頁面?如何在php中打開同一頁/框架上的鏈接?
<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; ?>">
感謝
不確定你的意思。你能澄清你想要做什麼嗎? –
順便說一句'href' – iConnor
不,它不起作用。你應該寫'href'而不是'herf' –