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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -