Topic: Capturing the destination uri
I've got complete and utter mind block on this one, so just wanted to check.
In header.php, can you call:
basename($_SERVER['PHP_SELF'])
to capture the destination uri and then use that with the header function to insert a delay and then load the page after the delay, rather than loading it straight away, or does another var or method need to be used?
Cheers,
Matt