What loops do you regularly use in PHP and why? code example Example: php for loop for($i = 0; $i <=10; $i++){ echo "The index is $i"; }