Image Fetching Script is a Image Handling script
Overall rating: (N/A)
|
The script Image Fetching Script is a Imgae Handling script (watermark / resize / convert).
If you generate iamges dynamically using GD library you cant simply output them to the browser like HTML content. Instead you have to: (1) Store dnyamically generated image somewhere on your server; (2) Output img tag to the browser; (3) Remove the image after it was sent to the browser. This scirpt makes all these steps for you. The images are stored in MySQL database. After an image is fetched to the browser it is removed autmoatically.
If the image was not requested by the browser (the user lost connection, etc) it is still removed after a certain time.
|
 Write a comment about the script Image Fetching Script
|