php loop x times

46

php loop x times -

for ($i = 1; $i <= 10; $i++) {
    echo $i;
}

Comments

Submit
0 Comments