Hey Guys!!
Back again with another question...Do answer the output of below code in comments with explanation....
<?phpfor($a=1;$a<=5;$a++){
echo $a;
if($a==3)
{
break;
}
}
?>
Download the Study24x7 App, so you can connect and collaborate.