if i have a line such as:
in my browser and i want to be able to click on another link in my website and end up with:HTML Code:http://www.site.net/index.php?s=1
what is the correct method to do this via an anchor tag?HTML Code:http://www.site.net/index.php?s=1&t=2
i tried:
but as you will know that only returned:PHP Code:<?php echo $PHP_SELF;?>?t=<?php echo $tnum;?>">
so what is the correct way? (without using cookies if possible)HTML Code:http://www.site.net/index.php?t=2
many thanks for your help,




Reply With Quote