Did you read this page?
http://www.php.net/manual/en/features.images.php

What is your php code looks like? if you read this page already.

Yasuo Ohgaki
=========================
My favorite links
 [RFC] http://www.faqs.org/rfcs/ [W3C] http://www.w3.org/  
 [PHP Manual] http://www.php.net/manual/en/ 


----- Original Message ----- 
From: "Paul Warner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 11:24 PM
Subject: [PHP] Script returns an image?


> I am trying to make a call from one page (pure HTML) that would include a
> tag as follows:
> 
> <img src=http://mydomain.com/returnimage.php?var1=value1&var2=value2
> width="100" height="50" alt="Description">
> 
> My question is how to get the php script to return the proper headers as
> well as the image to the client.  This will be used for tracking when
> certain copyrighted images (actually blueprints) are accessed, and by whom
> by making some db entries when called, then returning the image.  The image
> is static and is not dynamically generated based on any of the values in the
> uri.  So far all I get are broken images.  I'm guessing that it has to do
> with the headers...
> 
> -- P
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to