Re: Outputting Images



On Feb 27, 4:28 pm, petersprc <peters...@xxxxxxxxx> wrote:
Hi,

Try readfile instead of include.

You can also set error_reporting(E_ALL) to see if you have any
notices.


Yeah, I ended up using file_get_contents() which seems to work
perfectly. Thanks for the help!
.