Answers for "if php alternative syntax"

PHP
0

if php alternative syntax

<?php if ($a == 2): ?>
---do something --- 
<?php elseif($a == 3): ?>
---do something else--
<?php endif; ?>
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language