Hello,

I really can't figure this out. Can someone help please. I've wasted hours 
already with this one.

I'm trying to print image to a web page using fpassthru. Here's the code:

$name = path/to/the/image/folder/img1.jpeg;
 $fp = fopen($name, 'rb');

 // send the right headers
 header("Content-Type: image/jpeg");         //also tested with type pjpeg
 header("Content-Length: " . filesize($name));

 // dump the picture
 fpassthru($fp);

Help Appeciated. Thanks.
-Will

This code is basically straight from manual. I have verified that the images 
path is correct. When I test this I get a browserfull of junk like this:
"Q$pv{:Sd䱧'AסfngqZ;jixY3:f-,mfc>N-ԭn?IU`r6-Ky<
 
Zۭ-?խ^w1A&doV?ν_ZYb$Ay?9>moKT[/sYU^
 
ɐK$^[` 'DfY 
{{>qұ{z4AzXZ}PX]\'\[~~¨>TYm\-asj>qYKǿ?'_Gw;MzI>f>"T
 
n)<ha.fs'xU4(>Jo>~Ys8P_s1uZ`9EhNR{d 
*\Ҭȧ?p,XƼs=Z5edPhy:'?0h?ѩS.}{ 
\XO+ 
Y:e"o`VO"wѢε>uU^,ĪEr><Y~C.g-v=Yaq{sO-7"'?w-ud)iJ\ݤ"<OxOo$nY""0'M,nSv>5Ϳ/wvYU.OOL<1ku7-Tis?F*`V8}gTF
 
l{{H"btKr;L'n\|[EMAIL PROTECTED] 
Y?u8,B-'?=2s-?W[so7AS#oH,rlka6Ӱzof7~`7z?io,~sn%Y]Tsh@;)}:-f84
 
/?_V?'üf-?z#\K<|'?<}$B'~~h^BQ<"Wu- 
C/z\:<y?uT 
Zw{.zy"Yjg_v>V5}oK-'eO͍j27cFTNүz*Vzz.[kg䱹M,,-[{:)*{T[$4z'o
 
YI'kG.G"pFUtM"rYWoXagX6ZvXpkɾ'{[Qo>cmc$W*OO>?g
 
0^E[}6r.T8pNYN4aG?Y,XsqHkP_-G/0Z 
h|?Ho媺1oʱsG?<&a]Qٍ~KfiIH<[F'?"";OC"OZ/
 
[~%"ZA[eSNS{4~T  ˱>'~8Z:>W 
~Yu,-`8ҭQ~p?sSf.9|Ak"r>s`W;v[Ozoǰ,]:nQ?jv]kw>dSL?:-}>>cxolF?Z.,vE'?<a-9c{QsXnp{磻?-
 
O(ؤOP$9Kc >?> 
YO`ö<9Vl]?*;~'"~RxZM6??<<mv.=4W3WK\zߤBf 
̳ST\9?i'zi4Ay>ho?[1..ʱ=?mOc= 
Yhϴ>zZzk7oc2<MpU?js'53K]`YLfS%8?h>qOR&ckuCk7,>N
 
<#wzSPzf0vKskl\wRN'a,r#GܻMz$|INJ"ޯ^deFnfù(cc:[EMAIL
 PROTECTED],wg 
~A6F+?6p .J.ZZ|,z?mM5IN OVg "15DBZ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to