On Sun, Jun 15, 2008 at 8:51 AM, Stephen <[EMAIL PROTECTED]> wrote:

> I am not familiar with this bit of http. It looks like something I want to
> explore.
>
> Can you send html as well as just the image?
>
> Thanks
> Stephen
>
> Nirmalya Lahiri wrote:
>
>>  Yes... you can do it. Instade of direct url image, use the url of a php
>> script written(algorithm) below..
>>
>> <?php
>> /*
>> Write down the code to check
>> authentication of users
>> if( unauthorise user )
>>  then exit from code
>> */
>>
>> /* Read the image data from file */
>> header('Content-type: image/jpeg');
>> /* echo the raw image data */
>> ?>
>>
>>
>> ---
>> Nirmalya Lahiri
>> [+91-9433113536]
>>
>>
>> --- On Sun, 6/15/08, Stefano Esposito <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>> From: Stefano Esposito <[EMAIL PROTECTED]>
>>>
>>> i have to forbid users of my site to view images directly
>>> (i.e.
>>> writing the image URL in the address bar) but they'd be
>>> able viewing
>>> them from the pages of the site. What's the best way of
>>> doing it, or
>>> something similar? Is there a common strategy using PHP?
>>> Thank you for
>>> any hint :-)
>>>
>>>
>>>
>>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
No, the content type directive is only for the image

-- 

Bastien

Cat, the other other white meat

Reply via email to