note 75786 deleted from function.header by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: 12gurus developer 

----

Even with no-caching tags, images displayed on the page may be cached.

You can prevent the cached image from displaying by appending a random number to the SRC in the IMG tag

for example:

<img src="image_name.jpg?<?=rand(100,999);?>" />

the "?" and everything following it make the browser re-request the image.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.