Hi,
I hope you can help with the issue below.
I'm trying to create a nested loop to output numbers as listed below but I can't get it to work correctly?
ie.
1
12
123
1234
12345
$count =1; for ($row = 0; $row <=4; $row++) { for ($num = 0; $num <=$row; $count++){ echo ""; } echo "<br>"; }
Regards,
James.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.