View Single Post
Old 08-03-2004, 01:19 PM  
tonkagunner
Confirmed User
 
Join Date: Mar 2003
Posts: 830
Thanks Tony.

Your code is close, but I'm looking for redirector type php script that I can point to from regular html page, not php page. I have rotator thing, but code isn't quite right for one site I think.

<?php
$id=md5(uniqid(rand()));
$location=sprintf("Location: http://$id.sitetogoto.com");
header($location);
?>
tonkagunner is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote