>> <img src="createImg.php?<?php echo time(); ?>" /> >> As far as I understood the HTTP No-Cache Solution you should include this file in the Script that generates the image.<?php // createImg.php require "nocache.php"; header ("Content-Type: image/jpeg"); imagejpeg (..); ?>
do you mind if it is readfile(<imagefile>) ? -- Jiju Thomas Mathew http://www.php-trivandrum.org
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
