Dumb question... I'm checking the $_SERVER['HTTP_REFERER'] in a php page, but if the href comes from a https page, the referrer is empty. Checked the apache access_log shows a "-" where the referrer would be. Is there a way to get the referrer or ip address from a https request, or am I sunk? -dc