<?php if($website) { ?><a href="http://<?php echo $website; ?>" target="<?php echo $name; ?>"><?php echo $name; ?></a><?php } ?>
All Im trying to get it to do is still display the name, just remove the href link if no website is included in the DB

Comment