Question:What will be the output?<?php foreach($i=1;<$i<=5;$i++){ print($i); } ?>
<?php foreach($i=1;<$i<=5;$i++){ print($i); } ?>
A 1 B 5 C 2 D syntax error
+ AnswerD
+ Report