When Done Loading Image...
Posted: Mon Sep 15, 2003 9:02 pm
Hi, I am wandering if anyone can figure out when an image being loaded by php start a variable. Like say I have "bigJPEG.jpg", I want it to have the image download completely before running a variable on the same script. This would be what it would do..
if("bigJPEG.jpg" is loaded) {
echo "The Image is loaded";
}
I have a script wich I cant use javascript so..
Thanks in Advance
if("bigJPEG.jpg" is loaded) {
echo "The Image is loaded";
}
I have a script wich I cant use javascript so..
Thanks in Advance