PHP has wonderful capabilities to generate images on the fly, such that they
are never stored on disk, perhaps you should look into that as an option,
you could even make the code decide who should be able to see the image and
who should not.

http://www.php.net/manual/en/ref.image.php

Warren Vail


> -----Original Message-----
> From: Julian [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 26, 2004 11:14 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] unlink images
> 
> 
> Hello,
> I would like to delete a set of images right after they are 
> displayed on the 
> page using unlink. Unfortunately, with unlink the images are 
> deleted before 
> they display on the user's browser. Is there a way to do this?
> 
> Thank you! 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to