Quote:
<?php if($website) { ?><a href="http://<?php echo $website; ?>" target="<?php echo $name; ?>"><?php echo $name; ?></a><?php } ?>
|
Any idea why this is removing the $name field completely in addition to the link?
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
