I am using queries like this to pull in information from a database:
<p><strong>Show Description:</strong><br/><?php echo cimy_uef_sanitize_content(get_cimyFieldValue(1, 'show-description')); ?></p>
Is there any way to put the title (Show Description) into the PHP string and then, if the PHP field value is empty, to not show anything?
I think it would involve a PHP if/else statement, but I am not sure what the code should look like.
Thanks Zach