php run next iteration code example Example: php for next loop step Click to copyfor ($i = 0; $i < 10; ++$i) { echo "I will loop 10 times"; }