| 
	
 | 
 Posted by Gladen Blackshield on 03/14/07 04:06 
Hello; 
 
I'm a bit new to PHP and am having trouble with displaying an image through  
ANY of the IMAGE commands. 
 
I've read EVERY tutorial I could find, and even copied the code from  
exmaples...and nothing runs. 
 
Each and every image I attempt to display (either through striaght PHP or a  
call through an IMG link) shows up as RAW-DATA text. 
 
I am running on a LINUX serever with PHP 4.4.6 
 
PHP info tells me that I have GD enabled with Jpeg and with PNG. 
 
I've tried each and every type of image, several different images, and all I  
get is 
the following: 
 
?PNG  IHDRiLM@ IDATxoY",Z& #22,ܭglAj-d6f'L^VNzO͝:f䩺-uÝ+@'RU0;3pwwY"''ȩofM"S>>wyZ2\Z  
3PUTFQa"'V[UefwYyzg"WyR ?([b:?e:  
&-&7i,~On9?0 'YnDnGI:M̢z<is?fT"q\V)~izgf?53ϳNd5gwwCmHx<f8"gvXr'T  
aJ"SJ9 "$3+?==ZovY.4=<f"T^TMUTR)>9^  
4cffŬ$А>:0??R>79  
"j"{9Ƽ9'0?TWzr--緿ocAt~tֲ'qsw_?_l|<o`Sa\>!)aDdZ1saOۍ#?n7M^?>>n6>iz{SS7f,K)%.Rr1~8xTRJT^F--_eKRJ$ .?9li-RUSrZ  uȐ?xwnZ ?<<Y`js)Tԍ ^@ LtBѴ  
YqSJlff^tQRJTw?myqP @D"vozG'! j ic31"RptY  
0N8Ze,AֺFYQ<FWGů"?.DKS 
 
 
etc. 
 
Putting in the HEADER command nets: 
 
Warning: Cannot modify header information - headers already sent by (output  
started at /home/karstens/public_html/test/imgtest.php:9) in  
/home/karstens/public_html/test/imgtest.php on line 11 
 
and then the file output as raw data. 
 
any suggestions?  Fixes?  Advice?
 
[Back to original message] 
 |