Re: [PHP] Checking Original URL

2004-12-23 Thread John Holmes
From: The Disguised Jedi [EMAIL PROTECTED] That runs all fine and dandy, but I want to check the absolute URL that is calling it to make sure it is an approved URL. (For example, I need the URL of the HTML file that contains the img tag that is requesting the image from the php script)

[PHP] Checking Original URL

2004-12-22 Thread The Disguised Jedi
I have a file image_server.php that receives requests through img tags GET variables, and returns the requested image with PHP GD support. That runs all fine and dandy, but I want to check the absolute URL that is calling it to make sure it is an approved URL. (For example, I need the URL of

Re: [PHP] Checking Original URL

2004-12-22 Thread Greg Donald
On Wed, 22 Dec 2004 20:50:01 -0700, The Disguised Jedi [EMAIL PROTECTED] wrote: I have a file image_server.php that receives requests through img tags GET variables, and returns the requested image with PHP GD support. That runs all fine and dandy, but I want to check the absolute URL that