我的网站上有一张表格,用于使用PayPal的优惠券代码。如何在输入特定优惠券代码时将其带到网站的不同部分?
即。你输入' 10offbook',点击提交它会把你带到books.php 如果您输入' 10offmagazine,点击提交它会带您到magazine.php
<form action="index.php" method="post">
<input type="text" name="couponCode" placeholder="coupon code">
<input type="submit" name="submitCouponCode" value="apply coupon">
</form>
答案 0 :(得分:1)
在index.php上,在最顶部,您可以查看他们输入的优惠券代码的价值,然后根据优惠券代码的价值重定向到不同的页面。
rain_amount=float(rain_amount)