php acquires the source address of the current request by the HTTP request Referer

http referer for the current request source identification

Here Insert Picture Description

php acquired current request source address: S_SERVER [ 'HTTP_REFERER']

Below, jump back to the current address of the source address

	header('Location: '. $_SERVER['HTTP_REFERER']);
Published 43 original articles · won praise 1 · views 3130

Guess you like

Origin blog.csdn.net/u011523953/article/details/104458507