Tuesday, 6 August 2013

php combine if empty statment syntax

php combine if empty statment syntax

How can I combine the two if statements below
<?php if (!empty($secondaryslider)): ?>
<?php if (!empty($node->field_upload_banner[0]['view'])) {?>

No comments:

Post a Comment