i using this statment but it dont work comes up with error
<?php if($row_rsArticle['Article_imageLink'] <>"") { // Show if recordset not empty ?>
<a href="<?php echo $row_rsArticle['article_imagelink']; ?>" target="_blank"><img src="<?php echo $row_rsArticle['article_imagelink']; ?>" width="86" height="79" border="0" /></a><?php } // Show if recordset not empty ?>
the error that comes up is:
Notice: Undefined index: Article_imageLink in E:\04024842\Articles.php on line 241