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
Post a Comment