Quote:
Originally Posted by borked
you will need to use javascript to redirect, not php
analytics javascript, then the redirect javascript
<script language="JavaScript"><!--
window.location="http://nextjump.com";
//--></script>
|
dont forget to set the metatag to for if they have javascript disabled
Code:
<META http-equiv="refresh" content="1;URL=yoururl">