Hi guys.
I'm using the:
...tag to refresh content on my page. At the moment a user logins to the site at index.php. I want to change the link so that when the user logins to the index.php they are instantly redirected to the same page but with a referral tag on it, so I can track sign ups etc. So for example I tried this:Code:<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=test.html">
Only problem with this, is that it puts things into a loop. Now I realise that the reason because of this is because I'm not redirecting out onto another page, but is there anyway to stop the loop from occuring? I want an instant, one time refresh, so that the referral URL is displayed rather than the standard index.php.Code:<META HTTP-EQUIV="REFRESH" CONTENT="5;URL=index.php?referral=1">
Any suggestions appreciated.



Reply With Quote

Bookmarks