Getting the referrer URL in php ( including parameters ) -
Are there any HTTP headers I can use to keep the whole referrer URL by using the webserver / server-side scripting Am I ET et al with query string?
You should get it from $ _SERVER ['HTTP_REFERER' '] variable.
Comments
Post a Comment