Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 PHP 变量值 ($regis) 从 XSL 发布 URL(这里是 XSL 代码的一部分)传递到另一个 PHP 脚本
<xsl:if test="item"> <form method="POST" action="../checkout_food.php?regis=$regis"> <input type="submit" value="PAYNOW" /> </form> </xsl:if>