[PHP]<td width="65" valign="top" width="65" height="44" border="1" vspace="2"><img src="<?php echo $row["imgSelectedPat h"];?>"></td>
<td width="195" class="eventEnt ryText" ><b><? echo " SHOT : $shotNumber";?> <br /></td>[/PHP]
Hi
I want to display jpeg image stored in a databse but have problem the image does not display. only show shotnumber. What is wrong with the first line of code? The code can display list of shots from table but the jpeg does not appear.
This are fields in my table.
imgSelectedPath =C:\..\..\..\.. \
imgSelected Keyframe = C:\..\..\..\..\ keyfrm.jpg
<td width="195" class="eventEnt ryText" ><b><? echo " SHOT : $shotNumber";?> <br /></td>[/PHP]
Hi
I want to display jpeg image stored in a databse but have problem the image does not display. only show shotnumber. What is wrong with the first line of code? The code can display list of shots from table but the jpeg does not appear.
This are fields in my table.
imgSelectedPath =C:\..\..\..\.. \
imgSelected Keyframe = C:\..\..\..\..\ keyfrm.jpg
Comment