I have my link in a variable:$actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
I am passing the $actual_link
through sessions to another page and want there to redirect it to main page i.e $actual_link
for a particular condition.
The location("header:yoururl.com")
doesn't work as it requires a definite url. So anything that can serve my cause?