Output buffering
[email protected] ("Dave")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
With output buffering on (in php.ini) isn't it possible to show an image in
the middle of the page by sending a header("Content-type: image/gif"); and
then the contents of the image?
If so..does anyone have an example?
-Dave