Hi, How do I reset url, when I use $PHP_SELF?somevar=value&var2=value etc it keeps on appending the new $PHP_SELF to the url!
Thanks, Hue m
Never mind, I found a solution where I use a combination of basename($SCRIPT_NAME) and $PHP_SELF in my script.
Unless someone has better idea.
Thanks.