Home  >  Article  >  Backend Development  >  PHP page jump and cross-site submission forged Referer address source_PHP tutorial

PHP page jump and cross-site submission forged Referer address source_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:11:48623browse

This article will introduce to you two specific implementations of page jumps and cross-site submission of forged Referer address sources using PHP. The method mainly uses two functions: fsockopen and curl. Friends who need to know more can refer to it.

1. Tried URL jump methods

The code is as follows Copy code
 代码如下 复制代码

echo '';

echo 'window.location.href="'.$url.'";';

echo '