Forum Moderators: coopster
<a href="page.php'.$row['imagelink'].'">LINK</a>
now how can I determine if this image does not load correctly, if it doesnt load right it throws off all my tables so I would like to display a generic "Image not available" image in its place.
Thank you
if(file_exists($row['imagelink'])) $file = $row['imagelink']; else $file = "/img/empty.jpg";
<a href="page.php?img='.$file.'">LINK</a>
I don't quite follow why you have page.phpandhererowimagelink? does the variable hold?url=http...?
Best regards
Michal Cibor