For whatever reason, I'm having a problem getting $_SERVER['HTTP_REFERER']; to return a referrer from an https site. $a = $_SERVER['HTTP_REFERER']; $r = substr($a, 0, 21); print $a; print "<br>"; print $r; when I print $r, I get the correct value. When I print $a, it gives me: Notice: Undefined index: HTTP_REFERER in blah blah blah the funny thing is, this works as long as it's local to my machine. If I try from external, it fails. Any ideas? (running 4.3.3RC4, win 2k server) ---------------------------------------------------------------- Ryan Vesely Sales Engineer Pinnacor 685 Market Street, Suite 500 San Francisco, CA 94105 tel 415.369.4762 fax 415.512.2085 www.pinnacor.com <http://www.pinnacor.com/> The preceding e-mail message contains privileged, confidential information. Intended conveyance is only to designated and named recipient(s). If you feel that you may have received this message in error or if you are not the named recipient, please notify Pinnacor at once at the sender's email address, or call 212.691.7900. Unauthorized use, dissemination, distribution or reproduction of this message is strictly prohibited and may be unlawful. -----Original Message----- From: Mark Friedlander [mailto:pineriver_007@hotmail.com] Sent: Thursday, September 04, 2003 4:41 PM To: php-windows@lists.php.net Subject: [PHP-WIN] imageloadfont Hi, I want to use imageloadfont since I dont have any freetype fonts installed on my server, how would I use this function? There is not any sample scripts avalible on the web. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php