php message board serves up hex for images

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
kjcornwell
Forum Newbie
Posts: 8
Joined: Thu May 25, 2006 8:28 am

php message board serves up hex for images

Post by kjcornwell »

My message board serves up a lot of hex or something instead of the image itself...

Code: Select all

YCËVERÖÛMíg³óñò=+êÿ
Any ideas?

Thanks,
Kevin C
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that's not hex, fyi.

It's hard to say, but I'll guess that you're trying to send images in the same stream as the page code which doesn't work. Images are sent in a separate stream from the page's code.
Post Reply