On Friday 16 December 2005 07:28 am, Peter Jay Salzman wrote:
...
> is there some kind of technique I can use to make sure the image file gets
> deleted after it's shipped off to the client?

The clean way to handle this is to never create an image file.
Instead, create the image dynamically from a script that is
invoked with something like:

  <img src='genimage.php'>

See the "Image Functions" section of the PHP documentation.

-- Rod
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to