[snip] http://www.domain.com/index.php?var=1 And then, to use the variable, all I have to do is use it in the script, like so: echo "This is the value of the variable: " . $var; [/snip] echo $_GET['var']; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php