我可以在重定向页面之前编辑网址吗?

时间:2014-06-21 15:52:16

标签: php

我可以在重定向页面之前编辑网址吗?

首先加载页面test.php并尝试在重定向页面之前编辑网址。

我尝试在重定向之前编辑网址,但我不能这样做?

我想知道,谁可以在重定向页面之前编辑网址?

test.php的

<?PHP
header("Location: https://www.paypal.com/webscr?business=host@hostgator.com&cmd=_xclick&no_note=1&lc=US&currency_code=USD&bn=PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest&amount=200.50&item_name=play station&custom=EHMEMNVV@hotmail.com&item_number=1234444567890QWERTYUIO");
?>

1 个答案:

答案 0 :(得分:0)

将URL放入一个或两个变量中,然后使用重定向内的变量。您可以在重定向之前轻松更改变量。

header('location: ' . $https_url . $app_path . $app_name .'?e=1');
exit();