save a php generated image as an image file
Posted: Sun Aug 06, 2006 8:41 pm
ive created this image using imagecreatefrompng() ( http://www.extreme-hq.com/stats/bhdstat ... 994163.php )
it displays my stats from a game (dynamically, it updates every hour)
however for the image to show i need to use
Unfortunally a lot of forums disallow the img tags for signatures and only allow the phpBB code, and as a result my signature wont show.
Fortunally i have these forums to help me fix this problem
Is there any way, once the page updates to save the image as an actual image file (gif, jpg, or png) rather than a php file? I also recall seeing somewhere a .htaccess file would do the trick? but i dont recall. So what are your thoughts?
Thank You.
it displays my stats from a game (dynamically, it updates every hour)
however for the image to show i need to use
Code: Select all
<img src="http://www.extreme-hq.com/stats/bhdstatsigs/13622994163.php"></img>Fortunally i have these forums to help me fix this problem
Is there any way, once the page updates to save the image as an actual image file (gif, jpg, or png) rather than a php file? I also recall seeing somewhere a .htaccess file would do the trick? but i dont recall. So what are your thoughts?
Thank You.