redirect script

howit

Junior Member
Joined
Feb 23, 2012
Messages
196
Reaction score
8
hey does anyone know how to find a basic redirect script or know anyone offering this type of service? any thoughts are welcome and would be helpful.
 
you might have some problems with the php Location header.. if so you can try (JS):
Code:
<script type="text/javascript">window.location = "URL"</script>
 
Back
Top