I would like to utilise this script:-
header("Location:$HTTP_REFERER");
exit;
It would be inside a conditional IF so it might not run sometimes.
...but I want the whole page to load...execute scripts....then wait 5 seconds before this executes...that way the person can read the confirmation.
Now I cant use the Meta tag option because that would redirect every time....there are some instances where I don't want this to happen
Cheers Matt
Any Help Please