<?php $number=$_POST['number'};?>
<?php for ($x = 1; $x != .$number. ; $x++) { echo "lolz ".$x." times.<br />"; } ?>
that is the script i got it to work like this
<?php for ($x = 1; $x != 20 ; $x++) { echo "lolz ".$x." times.<br />"; } ?>
but want it so a user posts a number it will then bring up that amount of mumbers
btw lolz is just a word for testing