> While trying to print A-Z...
> This spews A-Z, then AA-YZ, then stops, most likely from a timeout.
> <?php
> for ($x = 'A'; $x <= 'Z'; $x++)
> {
> echo "$x\n";
> }
> ?>
This very issue was raised earlier today. Check out the thread:
"Why does it work this way".
Chris
- [PHP] Hmmmm....this is definately not expected.... moxford
- Boget, Chris

