Thread: Image links!
View Single Post
Old 02-01-2008, 10:42 PM   #3 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

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
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
The Following User Says Thank You to Alan @ CIT For This Useful Post:
Tanax (02-01-2008)