for($i=1;$i<=20;$i++){ if($i % 2 ==0){ echo $i; echo '<br>'; // Line break } }
Post your comments , suggestion , error , requirements etc here