Re: dynamic image via PHP problem
Posted: Sat May 21, 2005 2:23 pm
Hello all... google recommends you for PHP so who am I to argue 
I'm trying to get DYNAMIC IMAGES TO DISPLAY ON FORUM PAGES via PHP.
The images will display on .HTML pages, but will not work in the sigs or posts on forums. How do I change my coding to accomplish this or is it not possible?
My site is http://www.pagerank11.com and I'm trying to get the page rank images to display in sigs.
You can try calling the dynamic image via this link:
http://pagerank11.com/pr.php?url=http:/ ... etwork.net
Thanks.
I'm trying to get DYNAMIC IMAGES TO DISPLAY ON FORUM PAGES via PHP.
The images will display on .HTML pages, but will not work in the sigs or posts on forums. How do I change my coding to accomplish this or is it not possible?
Code: Select all
header("e;Content-type: image/png"e;);
imagepng($image);
imagedestroy($image);You can try calling the dynamic image via this link:
http://pagerank11.com/pr.php?url=http:/ ... etwork.net
Thanks.
