hi,
I want to have a redirect bit in a login..
so if someone clicks on a page that they need to login it would register a session var with the filename... i was going to use $php_self however this wouldnt capture the vars in the filename ... e.g. page.php?type=doc&id=1 ... only page.php
so... how would I capture an address like
page.php?type=doc&id=1
(when the vars are not always known, e.g. it could be page.php?type=exe&which=1)
Thanks for any help..
Ben