This is a discussion on Apache and PHP within the Windows Web Servers forums, part of the Web Server and Related Forums category; Have installed Apache 1.3.33 and PHP 4.3.10 on Windows XP and have enabled GD library for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Have installed Apache 1.3.33 and PHP 4.3.10 on Windows XP and have
enabled GD library for creating graphics. However, when trying to display a graphic in the web-browser, the data (of the graphic) is displayed rather than the graphic itself...ie the binary data is shown to screen. Please help! |
|
|||
|
On 21 Dec 2004 06:31:23 -0800, "douglasrice@yahoo.com"
<douglasrice@yahoo.com> wrote: >Have installed Apache 1.3.33 and PHP 4.3.10 on Windows XP and have >enabled GD library for creating graphics. However, when trying to >display a graphic in the web-browser, the data (of the graphic) is >displayed rather than the graphic itself...ie the binary data is shown >to screen. Please help! You probably send the wrong headers, so the browser sees the wrong MIME type. This subject is covered pretty well in the PHP manual. -- ) Kees Nuyt ( c[_] |