I'm in the midst of setting up a Joomla CMS & phpBB board for a website aimed at the audience of our Night Club. There are going to be a number of external redirects to sites other than the main site. Rather than redirect a visitor DIRECTLY to said external site, I need a PHP page that states redirection is occuring and disclaims we are not responsible for the contents on the external site, and they have the option to continue or go back. To save having to make a page for EACH link I would like to know if a variable can be used in ONE page where the HREF dictates redirection, so for example, they click the hyperlink which might be linked as www.mysite.com/redirect.php?v="http://www.othersite.com" which in turn takes them to redirect.php, if they click continue, they are brought to the page in the HREF, if they click back, they are taken to the page they came from. I know this is possible as I have seen it before but Google, despite using advanced search strings and terms is not revealing anything useful. Any help is very much appreciated.