Quote:
Originally posted by goBigtime
* Note, there are other reasons that people might not have a referring url as well. But if you have an active idea working to promote bookmarking, then by far, these HTTP_REFERER-less users will be bookmarkers.
|
easy workaround--
have a huge un-missable bookmark link / image that adds a bookmark, to let's say--
http://www.yoursite.com/index.php?mark=true
Then at the top of your index.php site, or wherever in the page, simply put:
Code:
[?php
if ($mark hahahaha "true") {
echo "The password is: TODAY'S PASS";
}
?]
If you do this, people accessing your domain from a link or by directly typing in the url (yoursite.com) won't include the /index.php?mark=true portion. Problem solved
-patrick