Hi, I need to display some PNG pictures in a script; from help I got
$im = imagecreatefrompng("images/map.png");
imagepng($im);
It outputs the binary data as a string, kind of trash; what do I need to set
to tell the browser how to interpret it?
Thanks.
Fidencio Monroy.
- RE: [PHP] Image output (Newb question) Fidencio Monroy
- RE: [PHP] Image output (Newb question) Dave Avent
- RE: [PHP] Image output (Newb question) Fidencio Monroy
- RE: [PHP] Image output (Newb question) Matt Matijevich
- RE: [PHP] Image output (Newb question) Fidencio Monroy
- RE: [PHP] Image output (Newb question) Matt Matijevich
- RE: [PHP] Image output (Newb question) Matt Matijevich
- RE: [PHP] Image output (Newb question) Fidencio Monroy
- Re: [PHP] Image output (Newb question) Red Wingate
- RE: [PHP] Image output (Newb question) Matt Matijevich
- RE: [PHP] Image output (Newb question) Fidencio Monroy

