On 09-04-14 18:01, paul@xxxxxxxxxx
wrote:
The src in the img tag should point to a script that fetches the image, see header() in the PHP manual. But you probably should not do that, because it is very slow and loads the database up with tasks that it should not do. Keep images as files on disk, that is *much* faster. |