Finding the whole address
Posted: Sun Sep 17, 2006 1:28 pm
When I use
it comes up as just the base link like
but i want to find the whole address, so that it comes up as
so that i can add more variables without losing the old one
so that i can use
Code: Select all
$link = $_SERVER['PHP_SELF'];Code: Select all
www.domain.comCode: Select all
www.domain.com/arcade.php?variable=9so that i can use
Code: Select all
$link&variable2=3