leatherback;10880769 wrote:while($row=mysql_fetch_array($result))
{
echo "<img src=\"".$row['folder'].$row['filename']."\" /> ";
}
please can you help me one more time?I want to show the image in the other side of table.here is the code, but the image doesn't show, what can I do.
//here is ok all can show
while ($row = mysql_fetch_assoc($result)) {
//echo"<br>";
echo"<hr>";
echo $row['semana'];
echo" ";
echo $row['dia'];
echo" ";
echo $row['mes'];
echo" a les ";
echo $row['hora'];
echo"<br>";
echo"<br>";
echo $row['com'];
echo"<br>";
echo"<br>";
// echo "<img src=\"".$row['fpath'].$row['fname']."\" /> ";
}
mysql_free_result($result);
?>
</div>
</td>
<td style="padding-left:8px"> </td>
///when Im puting here it cant be show
<?php
echo "<img src=\"".$row['fpath'].$row['fname']."\" /> ";
//mysql_free_result($result);
?> </tr>