Benefits of imagecreate ?
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #3
RE: Benefits of imagecreate ?
try to read the file first:

PHP Code:
1
2
3
4
5
6
if(file_exist($file))
{
read_file($file); // with the appropiate headers
exit;
}
//create the image


In my case I also check for the file date to update it (in my case it is a dynamic stats).


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
(This post was last modified: 08-16-2012 08:05 AM by Sama34.)
08-16-2012 08:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Benefits of imagecreate ? - mdb - 08-16-2012, 06:59 AM
RE: Benefits of imagecreate ? - Sama34 - 08-16-2012 08:04 AM
RE: Benefits of imagecreate ? - mdb - 08-16-2012, 02:44 PM
RE: Benefits of imagecreate ? - Sama34 - 08-17-2012, 06:23 AM
RE: Benefits of imagecreate ? - Sama34 - 08-17-2012, 10:37 AM
RE: Benefits of imagecreate ? - Sama34 - 08-17-2012, 02:25 PM
RE: Benefits of imagecreate ? - Sama34 - 08-17-2012, 04:31 PM

 Standard Tools
Forum Jump: