Re: mod_layout at scripts

"Erik Costlow" <[email protected]> Sun, 28 Mar 2004 18:24:02 -0600 (CST)
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Yes, you use the LayoutIgnoreURI directive

Aaz said:
> Hello,
>
>  i have tonns of scripts like this one:
> <?php
>     header("Content-Type: image/png");
>     $string = $_GET['text'];
>     $im     = imagecreate(300,300);
>     $orange = imagecolorallocate($im, 220, 210, 60);
>     $px     = (imagesx($im) - 7.5 * strlen($string)) / 2;
>     imagestring($im, 3, $px, 9, $string, $orange);
>     imagepng($im);
>     imagedestroy($im);
> ?>
>
> So, this is PHP script producing image.
>
> Are there any ways to stop mod_layout inserting headers&footers in such
> scripts?
>
>
>
>
>
> --
> Best regards,
>  Aaz                            mailto:[email protected]
>
> _______________________________________________
> Mod_layout mailing list
> [email protected]
> http://lists.tangent.org/mailman/listinfo/mod_layout


-- 
Costlow Corporation
  "Not Only Part of the Solution..."
http://www.costlowcorp.com