I am trying to use the http referer variable from a secure page with php 4.4 , is this possible? I cant seem to get it to work...
Is there an alternative to http referer? I just need to know what url the user was on before coming to the web page. Thanks
http referer
Moderator: General Moderators
Re: http referer
Store it as a Session, or maybe even a Get Variable.davelr459 wrote:I am trying to use the http referer variable from a secure page with php 4.4 , is this possible? I cant seem to get it to work...
Is there an alternative to http referer? I just need to know what url the user was on before coming to the web page. Thanks
If the end user is coming from a remote web site, then HTTP_REFERER may or may not be set, and may or may not be accurate.
It's a good tool, for guessing with some accuracy.
If you're doing this all in the same local web site, storing the URI/path info/query strings etc in a session variable would be perfect.
It's a good tool, for guessing with some accuracy.
If you're doing this all in the same local web site, storing the URI/path info/query strings etc in a session variable would be perfect.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.