Hi, I am using the $HTTP_REFERER variable to ensure that users of a website
are getting to a certain page through a link from the index.html page, and
not going straight to the page through a bookmark.
$page=$HTTP_REFERER;
if ($page!="http://www.somedomain.com/index.html";)
{
echo "Please log
Hi, does anyone know of a simple banner ad rotation script that can rotate
animated gifs.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I am trying to pull http_referer info on users accessing a certain page, but
am not having any luck. When I run phpinfo(), the referer information is
listed with all the other server variables, but when I pull a list of the
server variables as an array and print them, they all appear except f
3 matches
Mail list logo