Pedro

Er ... probably - I've not tested it personally.

However, if you output the image directly from a database then your script
is sending the http headers for content type etc and the browser has no
choice but to render what you send. With HTML based <img src="blah"> stuff
it'll try to pull the image from cache in most cases - you can fool it with
a dummy query string however to force a local cache bypass...

HTH
Cheers
Rich

> And i've heard the server or client does not cache db stored images, while
> it caches them in as separate files. True ?
>
> --
> Regards,
> Pedro MG
> www.tquadrado.com


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

Reply via email to