php - get referer after header("Location: http://B.com/"); -


a site a contains redirect @ site b.

header("location: http://b.com/"); 

i need know whether user came a or not. on site b not possible referer $_server['http_referer'].

thank in advance other working solutions.

use variable data.

header("location: http://b.com/?refferer=a"); 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -