or
Would I get the current pages URL bu using something like this:
Code: Select all
$url = $_SERVER['REQUEST_URI'];Code: Select all
$url = $_SERVER['PHP_SELF'];$url = "http://www.someplace.com/somepage.php";
did any of that make sense?
Thanks in advance