I\'ve stumbled upon a syntax in a code example I have never seen in for-loops before in PHP.
What does this do?
for(;$i<$max;){ $i++; //code