Hi there,
I have a webpage that runs a PHP/GD script to generate an image on the fly (about 100K). I would like a message to come up where the image will be positioned saying something like:
"Please wait while image loads"
Is there a GD function that I am missing that does this? or is there a PHP function that does it? Maybe:
whileImageLoads
I know I am hoping here
Thanks in advance!yup, you are hoping. I do not know of any function like that.
either way I think you will need javascript to do it.thx scoutt
was worth a try i supposeHow do you have php make images?www.php.net/imageshere are a couple of tutorials:
<!-- m --><a class="postlink" href="http://www.phpfreaks.com/tutorials/105/0.php">http://www.phpfreaks.com/tutorials/105/0.php</a><!-- m -->
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/01/21/index4a.html?tw=programming">http://hotwired.lycos.com/webmonkey/01/ ... rogramming</a><!-- m -->
the latter has some coding errors but the ideas are sound.
hth.
I have a webpage that runs a PHP/GD script to generate an image on the fly (about 100K). I would like a message to come up where the image will be positioned saying something like:
"Please wait while image loads"
Is there a GD function that I am missing that does this? or is there a PHP function that does it? Maybe:
whileImageLoads
I know I am hoping here
Thanks in advance!yup, you are hoping. I do not know of any function like that.
either way I think you will need javascript to do it.thx scoutt
was worth a try i supposeHow do you have php make images?www.php.net/imageshere are a couple of tutorials:
<!-- m --><a class="postlink" href="http://www.phpfreaks.com/tutorials/105/0.php">http://www.phpfreaks.com/tutorials/105/0.php</a><!-- m -->
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/01/21/index4a.html?tw=programming">http://hotwired.lycos.com/webmonkey/01/ ... rogramming</a><!-- m -->
the latter has some coding errors but the ideas are sound.
hth.