Teddy D

Generation

translateMon, 30 Jan 2023

insert values from the loop

<?php for ($i = 0; $i < 10; $i++) { // $i == 0 echo $i; echo '<br>'; } ?>

Questions about programming?Chat with your personal AI assistant