ive been trying to alter this but when i do the img cant be found(well just dosent show).
PHP Code:
echo '<td><a href ="viewphoto.php?file=images/paddy/' . $row['image'] . '&photo_id='. $row['photo_id'].'">
<img src ="thumbs/paddy/' . $row['image'] . '"></a><br /><p>' . $row['caption'] . '<br /><span class="orange">Views:' . $row['views'] . '</span></p></td>';
the . $row['image'] . has the patrick01.jpg in it, i deleted this
and tryed this
PHP Code:
echo '<td><a href ="viewphoto.php?photo_id='. $row['photo_id'].'">
<img src ="thumbs/paddy/' . $row['image'] . '"></a><br /><p>' . $row['caption'] . '<br /><span class="orange">Views:' . $row['views'] . '</span></p></td>';
which worked but didnt show the img
any suggesstions???
thnaks!!!!!!!
Bookmarks