I am perplexing to beget a list with php for loop, that lists numbers.
Something like this:1 | 2 | 3 | 4 | 52 | 3 | 4 | 5 | 13 | 4 | 5 | 1 | 24 |
5 | 1 | 2 | 35 | 1 | 2 | 3 | 4I still have problems removing it, this is
indeed definitely simple, though we have not been means to solve it. So
distant we have a following code:";for ($row = 0; $row < 5; $row ++) {
relate ""; for ($col = 1; $col <= 4; $col ++) { relate "", ($col
+ ($row * 4)), ""; } relate "";}echo "";?>However, this wholly
generates a following:1 | 2 | 3 | 4 5 | 6 | 7 | 89 | 10 | 11 | 1213
| 14 | 15 | 1617 | 18 | 19 | 20Thank you, any assistance would be
appreciated!
No comments:
Post a Comment