hi,
i use a URL redirecting service for my site, so when i use $HTTP_REFERER to find where the user came from i get my own redirecting url, how i can i get the real address of the site which the user came from?
thanks alot in adv.
$HTTP_REFERER problem :(
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
ok.....hmmmm how about tring to do it with java script?
normaly you can do
Code: Select all
window.history.back(1)would
Code: Select all
window.history.back(2)i would try it but i dont know ho wto get it in to php
sorry to say it, but I still don't think you can. I don't see a way to get a string containing the history at the mozilla man page for window.history.
I tried to do it for a few minutes, but i was unable - hopefully you'll have more luck.
I tried to do it for a few minutes, but i was unable - hopefully you'll have more luck.