ptmuldoon
07-04-2007, 03:12 PM
I have text field in a database that will either be blank (Null) depending upon if the user completes a text area in form.
I'd like to show a link based on that field only if the field has data in it. I had thought this would work, but its not:
<?php if($custom_rules != " "){ ?>
html to custom link here
<? } ?>
I'd like to show a link based on that field only if the field has data in it. I had thought this would work, but its not:
<?php if($custom_rules != " "){ ?>
html to custom link here
<? } ?>