Answer the question
In order to leave comments, you need to log in
Why i?
Why is i the most popular variable in loops?
for ($i = 1; $i <= 10; $i++) {
echo $i;
}
Answer the question
In order to leave comments, you need to log in
i, jk are from mathematics. Goes apparently from Fortran. There, these variables are integer by default.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question