Hi There,
I'm using php gd to create a dynamic image, it contains header("Content-Type: image/png"), it works when I execute foobar.php, but the problem is, I cannot "include" foobar.php file because it uses header content type as image/png which shows image as texts, is there any way to solve this problem?
please lend me a hand, thanks in adv!