Warning: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' (this will throw an Error in a future version of PHP) in /home/vhosts/podolsk.xp3.biz/1.php on line 1

Warning: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' (this will throw an Error in a future version of PHP) in /home/vhosts/podolsk.xp3.biz/0.php on line 1
PHP. Руководство по PHP. 2005 (создание и продвижение сайта)
создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

while syntax
Пред.Приложение D. Migrating from PHP/FI 2 to PHP 3След.

while syntax

Just like with if..endif, the syntax of while..endwhile has changed as well:

Пример D-7. Migration: old while..endwhile syntax
while ($more_to_come);

    ...

endwhile;

Пример D-8. Migration: new while..endwhile syntax
while ($more_to_come):

    ...

endwhile;

Внимание
If you use the old while..endwhile syntax in PHP 3.0, you will get a never-ending loop.

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting