for loop in php with length code example Example: php for schleife for ($i = 1; $i <= 10; $i++) { echo $i; }