Home  >  Article  >  Backend Development  >  php在线代理转向代码_php实例

php在线代理转向代码_php实例

WBOY
WBOYOriginal
2016-06-07 17:25:34654browse
复制代码 代码如下:

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

url:

";
}
?>
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