I have 3 files
index.php, top.php and settings.php
now in index.php I include settings.php then i include setting.php.
in settings.php I am checking if some query string vars are set if they arent then i set them to some default values.
For some reason they set within settings.php but top.php doesnt see the changes.