Rate this script:  I Love it  /   I Hate it

Loop in PHP Using For (Ascending)


Code


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

 

 
Loop in PHP Using For (Ascending) scripts | Loop in PHP Using For (Ascending) snippet | Loop in PHP Using For (Ascending) example | Loop in PHP Using For (Ascending) tutorial | Loop in PHP Using For (Ascending) code