02-01-2008, 10:42 PM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
I'm sure it can be done in Javascript but I've no idea how, I'm sure someone has though.
I have done a similar system in PHP before though, we had a simple database:
Code:
1:citalan.blogspot.com
2:www.talkphp.com
Then a simple PHP script that took a link such as:
Code:
http://www.mysite.com/go.php?link=2
Our go.php script then looked up $_GET['link'] in the little database and used header() to redirect to the requested site.
Alan
|
|
|