I have a page which,
If a variable is set(in a session)
it will do an action,
then it unsets the session.
Now it has to refresh itself.
This is where i am stuck.
Is there a way to get the exact url to the current page?
or is there a function to do this?
so header('location: ???');
1 Answer