Cart "; 类似这样的 $value = add_cart; 最佳答案 尝试如下: $va-6ren">
gpt4 book ai didi

javascript - 如何获取PHP echo问号后的值

转载 作者:行者123 更新时间:2023-12-02 16:15:39 24 4
gpt4 key购买 nike

我需要问号后面的add_cart值?

echo "<a  href='index.php?add_cart=<?php echo $pro_id; ?>' name='shto' class='sp' '><button style='float:right;'>Cart</button></a>  ";

类似这样的

$value = add_cart;

最佳答案

尝试如下:

$value = 4544545; //the item number
echo "<a href='index.php?add_cart=$value' name='shto' class='sp' '><button style='float:right;'>Cart</button></a> ";

在index.php中,您可以通过以下方式获取值:

$valueFromAddCart = $_GET['add_cart'];

关于javascript - 如何获取PHP echo问号后的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29638956/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com