Re: Re: if elseif elseif elseif....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel Brown wrote:
On Sat, Mar 7, 2009 at 15:23, Robert Cummings <robert@xxxxxxxxxxxxx> wrote:
<?php

for( ; ; )
{
   echo "You can make an endless loop in many, many ways.\n";
}

?>

<?php while(1) echo "Yup.\n"; ?>


<?php
echo 'yup' . PHP_EOL;
include __FILE__;
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux