对不起,如果这是一个愚蠢的问题,但我想在一个href
href 不在表格中
<div class="button">
<a href="<?php fetchdir($ipages) ?>product.php?Name=<?php echo$name>">View</a>
</div>
在他的页面中,我将其发送给我有一个 Get 方法
if (isset($_GET['Name']) && isset($_GET['pid'])) {
$id2 = $_GET['Name'];
$id = $_GET['pid'];
摘要
我想在其中包含 $id ,a href
这样我就可以在页面中同时获取名称和 idproduct.php