ok
Try this...
save this file:
Hello, your name is <?=$name?>!
then visit: yourfile.php?name=yourname
It's is like saying $name == "yourname"
PHP nuke uses it because it gets the data from the database, so the query uses $tags.
Therefore, they are defined in the URLS!
Alex.