I tried to do a loop.

Emphassis on tried...

Code:
	for ( $L=0; $L>=14; $L++) {
	 	echo 'Stuff';
	}
But it is refusing to run this... at all. Why?