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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -