Php coding help loops/scaleable sorting. Easy 10 points for someone fluent in this.?

  • Thread starter Thread starter Mike C
  • Start date Start date
M

Mike C

Guest
Need some quick help, how would I write a loop that counts from 1 to 101?
How would i writeout the code for a scaleable sort?
And how would i write out the output for this code:

For I=1 to 10
print I
I=3
Next I


An explanation of how you did it would work to.
 
Back
Top