refiking Posted January 10, 2008 Share Posted January 10, 2008 What do I need to add to to enlarge this image? include 'load.gif'; Quote Link to comment Share on other sites More sharing options...
rhodesa Posted January 10, 2008 Share Posted January 10, 2008 Sorry, but this code makes no sense. You can't include a GIF file. Please try to elaborate on what you are trying to do. Quote Link to comment Share on other sites More sharing options...
refiking Posted January 10, 2008 Author Share Posted January 10, 2008 Well, it worked. I'm trying to enlarge my loading image. Is there any way I can enlarge the image using php? Quote Link to comment Share on other sites More sharing options...
nikefido Posted January 10, 2008 Share Posted January 10, 2008 Well, it worked. I'm trying to enlarge my loading image. Is there any way I can enlarge the image using php? in what way does it work? what happens when you load the page? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted January 10, 2008 Share Posted January 10, 2008 i guess if it was the only code in the script it would display the image. but you are probably looking for these functions: http://us.php.net/gd specifically check out: imagecreatefromgif() imagecopyresampled() imagegif() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.