> This will only work with PHP 4.1.0 or later.

Consider this example:

$letter = 'a';
$i = 0;
while ($i++ < 26) {
  print "Letter: ". $letter++ ."\n";
}
 
regards,
Philip Olson


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to