Thanks, but that does not return any values. But, no errors. :o)
I also tried:
list($width,$height,$x,$y) = getimagesize("get-image.html?id=123");
print "<p>w $width, h $height</p>";
I cannot display the actual url as the pages are on an intranet and you wouldn't be able to see them. But the image I'm testing with has a width=250, height=350. I am getting nothing.
Thanks for the help.