for loap php w3 code example Example: php for loop for($i = 0; $i <=10; $i++){ echo "The index is $i"; }