[PHP] Print text and image in the same page.

2002-12-15 Thread Naif M. Al-Otaibi
Hi all, I try to print some information (text and image) that I retrieve from an oracle DB, but I got the image printed as binary junk. When I put the line that print the image in a html image tag, I got a red square with X inside. What can I do to solve this problem? This is my code:

Re: [PHP] Print text and image in the same page.

2002-12-15 Thread Chris Shiflett
--- Naif M. Al-Otaibi [EMAIL PROTECTED] wrote: I try to print some information (text and image) that I retrieve from an oracle DB, but I got the image printed as binary junk. When I put the line that print the image in a html image tag, I got a red square with X inside. What can I do to