PHP/MySQL/The While Loop
0 XP of 1159 XP
// Task

Replace the expression $i = $i + 1; with its short form so that the result of the while loop stays the same.

Section 4 · Lesson 22Free Preview

The While Loop

IDE38 XP1:00
// lesson_notes

Replace the expression $i = $i + 1; with its short form so that the result of the while loop stays the same.