i'm novice in php and already searched the forum for this and found something similar although i don't understand it
i have 2 external links http://www.hello.com and http://www.bye.com
on click on each link, i want to load an intermediate page (eg: redirect.php) for 5 second with a
message: "You are leaving misite.com. goodbye."
and then, make the correct to the correct external link that applies in each case.
i need:
1.- content of redirect.php
<a href="<?php $hello.com = $_GET['link']; ?>">Continue to external link</a>
<a href="<?php $link = $_GET['link']; ?>">Continue to external link</a>
i'm sure it's wrong. also, i don't know how to put a 5 seconds spinner (gif) an then make the redirection (step3)
2.- link users click on it. is it ok? i have:
<a href="http://redirect.php?link=hello.com" title="hello">hello</a>
not sure if it's correct the link the users hit, tries to call the link in the redirect page, but i'm unable
well, the thing i don't know how to make it work and i really aprecciate an example thanks