make bunch of 100 in php code example Example: php for loop for($i = 0; $i <=10; $i++){ echo "The index is $i"; }