Hey people,
Wonding if anyone can help me out with this:
echo '<td width="' . $colWidth . '%">' .
'<a href="index.php?page=list-image&album=' . $row['al_id'] . '">' .
'<img src="'. ALBUM_IMG_DIR.$row['al_image'] . '" border="0">' .
'<br>' . $row['al_name'] . '</a><br />' . $numImages . '</td>';
the error is to do with
<img src="'. ALBUM_IMG_DIR.$row['al_image'] . '" border="0">' .
and with the defined constant ALBUM_IMG_DIR
Any thoughts anyone? Cheers in advance.