Learn PHP: For loop

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

These tutorials would be much easier for newbies to understand if real examples were used. It allows people to fully appreciate why it would be used.

cavking
Автор

these are incredibly helpful especially with previous html knowledge and just starting with php again after so many years. literally running thru all of them today before my php class begins next semester.

iccarus
Автор

Please just use:
$x < count($names)

not:
$x <= (count($names) -1)

It looks so much neater, and you won't annoy everybody that looks at your code...

TheVonWeasel