if else แบบนี้ก็ได้นะ



#๑

<?php if(......): ?>
<?php else: ?>
<?php endif; ?>


#๒

<?php if (......): ?>
<?php elseif(): ?>
<?php endif; ?>