[PHP] Re: More on images...

2002-01-03 Thread Joe Webster
$GLOBALS[ HTTP_REFERER ]; Matthew Walker [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Related to my last question about the cookies in images, is there any way to get the referrer from the calling page without passing it as an argument to the image generation

[PHP] Re: More on images...

2002-01-03 Thread Mike Eheler
$HTTP_SERVER_VARS['HTTP_REFERER'] or (php 4.1.x) $_SERVER['HTTP_REFERER'] Mike Matthew Walker wrote: Related to my last question about the cookies in images, is there any way to get the referrer from the calling page without passing it as an argument to the image generation script?