Hmm. I moved the code to another vanilla f9 machine and it works. I also noticed the failure is a sequenced, repeatable one - every 5th image fails.<br><br>bad ram is suspect now. The machine has a recent upgrade to 4GB but is running 32-bit and only can access far less than it should. I expect around 3.5GB not less than 3GB. The video is only hogging up 256MB.<br>
<br>It was noticeably &quot;hanging&quot; for a few seconds every 10-15 minutes or so last night. The free -m check looks _wrong_ for x2 2GB sodimms...<br># free -m<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; total&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; used&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; free&nbsp;&nbsp;&nbsp;&nbsp; shared&nbsp;&nbsp;&nbsp; buffers&nbsp;&nbsp;&nbsp;&nbsp; cached<br>
Mem:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2659&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1636&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1023&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 152&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 829<br>-/+ buffers/cache:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 654&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2005<br>Swap:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1791&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1791<br><br><br><br>Time to find my MicroCenter receipt...<br><br>
<div class="gmail_quote">On Wed, Nov 26, 2008 at 11:57 AM, James Sumners <span dir="ltr">&lt;<a href="mailto:james.sumners@gmail.com">james.sumners@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
echo &#39;&lt;img src=&quot;../images/I/&#39; . $ID . &#39;/&#39; .<br>
htmlentities($row1[&#39;FileName&#39;]) . &#39;&quot; alt=&quot;&quot;&gt;&#39;;<br>
<br>
You need to quote the array index if it is a named index. The call to<br>
htmlentities() should fix any problems with odd file names (spaces,<br>
etc.). Other than that, there is nothing you have shown us that would<br>
cause PHP to parse the image as code. You are merely working with<br>
text. If you are having a problem with the image being parsed as code,<br>
the culprit is in another block.<br>
<br>
2008/11/26 Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; echo &quot;&lt;img src=\&quot;../images/l/$ID/{$row1[FileName]}\&quot; alt=\&quot;\&quot;&gt;&quot;;<br>
&gt;<br>
&gt; where FileName is the array descriptor and $row1 is the dataset from the<br>
&gt; query.<br>
&gt;<br>
&gt; It works fine for most jpg&#39;s but not for all.<br>
&gt;<br>
&gt; 2008/11/26 David Tomaschik &lt;<a href="mailto:david@tuxteam.com">david@tuxteam.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; How are you handling the file? &nbsp;A code snippet might help.<br>
&gt;&gt;<br>
&gt;&gt; David<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2008/11/26 Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Why does PHP try to eval a jpg file?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am using php to build a web page (duh!). The images are placed based on<br>
&gt;&gt;&gt; a database lookup for the images file name. Apparently, once php gets that<br>
&gt;&gt;&gt; file name it parses it as more php code. So any jpg with a ?&gt; or other php<br>
&gt;&gt;&gt; indicator character pattern is not displayed and my httpd error logs file<br>
&gt;&gt;&gt; with &quot;PHP Warning: &nbsp;Unexpected character in input: &nbsp;&#39;\x07&#39; (ASCII=7) state=1<br>
&gt;&gt;&gt; ..&quot; messages.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I _KNOW_ php can do this properly as a gazillion sites do this all the<br>
&gt;&gt;&gt; time.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ?????Puzzled?????<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; James P. Kinney III<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Ale mailing list<br>
&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; --<br>
&gt; James P. Kinney III<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div></div>James Sumners<br>
<a href="http://james.roomfullofmirrors.com/" target="_blank">http://james.roomfullofmirrors.com/</a><br>
<br>
&quot;All governments suffer a recurring problem: Power attracts<br>
pathological personalities. It is not that power corrupts but that it<br>
is magnetic to the corruptible. Such people have a tendency to become<br>
drunk on violence, a condition to which they are quickly addicted.&quot;<br>
<br>
Missionaria Protectiva, Text QIV (decto)<br>
CH:D 59<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br><br>