Posted by Josι Checa Claudel on 10/18/05 13:17
Hello all.
I have a function in PHP to retreive a BLOB field in Oracle DB who has a
JPEG image in it; but I donΒ΄t know how show it in an html page with text
information, I have something like this, but doesnΒ΄t work properly:
<table border=0 cellPadding=15 cellSpacing=15 height=20 width="100%">
<tr WIDTH="100%" HEIGHT="100%">
<td class="T10a" valign="top">
<?php
include("procedures/function.php");
$prevImageStored = dummy(1);
echo "<img src='$prevImageStored'>";
?>
</td>
</tr>
</table>
Any idea. Thanks in advance. Pepe.-
Navigation:
[Reply to this message]
|