Mobile app version of vmapp.org
Login or Join
Si4351233

: The referrer in PHP is in the _SERVER global. echo $_SERVER['HTTP_REFERER']; Set a variable in a separate file like $referrer = $_SERVER['HTTP_REFERER']; Include the file in whatever file you

@Si4351233

The referrer in PHP is in the _SERVER global.

echo $_SERVER['HTTP_REFERER'];


Set a variable in a separate file like $referrer = $_SERVER['HTTP_REFERER'];
Include the file in whatever file you want to use this in.

I think this is what you are asking anyway.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme