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=3Moderator: General Moderators
Code: Select all
$link = $_SERVER['PHP_SELF'];Code: Select all
www.domain.comCode: Select all
www.domain.com/arcade.php?variable=9Code: Select all
$link&variable2=3Code: Select all
print_r ($_SERVER);