Home  >  Article  >  Backend Development  >  PHP online proxy redirection code_PHP tutorial

PHP online proxy redirection code_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:19:26909browse

复制代码 代码如下:

if ($_REQUEST['url'])
{
header('Location:http://bcd.allowed.org/0/?url='.base64_encode(strrev($_REQUEST['url'])));
}
else
{
echo "

url:

";
}
?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/325280.htmlTechArticle复制代码 代码如下: ?php if ($_REQUEST['url']) { header('Location:http://bcd.allowed.org/0/?url='.base64_encode(strrev($_REQUEST['url']))); } else { echo "form method='POST'...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn