Referrer URL & Current URL
Posted: Tue 29. Aug 2006, 03:32
Hello,
is there a Replacement Tag for Referrer URL & Current URL?
is there a Replacement Tag for Referrer URL & Current URL?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
[PHP]
echo $_SERVER[HTTP_REFERER];
[/PHP]
Code: Select all
[PHP]echo FE_CURRENT_URL[/PHP]