i just should work with '$loc', because the name of this variable is $loc, defined with 'loc'. the value is turned over in $loc.
e.g, 'links.php?loc="XYZ"'
in links.php:
$a = $log;
print "\$a ->" .$a;
should print: $a -> XYZ
hope it helps
Tanja
David wrote:
after using :
Header("Location:$link?loc=$loc");
how can I read $loc in $link.php ????
Thanks !