I'm sure this is fairly simple but I really don't get php is there a way to have the below code to display none if there's no url details entered?
<div class="details">
<h3>web</h3>
<div>URL: <span><a href="<?=$website_url?>"><?=$website_url?></a></span></div>
</div>
Thanks