if(isset($row['url'])){ echo "<a href=".$row['url']." title=".$row['title'].">".$row['name']."</a>"; }else{ echo "$row['name']"; }