Re: FF26 crashes with simple code! [message #184367 is a reply to message #184360] |
Sun, 29 December 2013 05:42 |
Richard Yates
Messages: 86 Registered: September 2013
Karma:
|
Member |
|
|
On Sat, 28 Dec 2013 19:33:30 -0500, richard <noreply(at)example(dot)com>
wrote:
> <?php
> $year=1960;
> $artnum=1;
> while ($five[$artnum][2]=$year)
> {
> echo $year."...";
> echo $five[$artnum][0]."</br>"; $artnum++;}
> ?>
>
> It works fine without echo $year.
> Once that's added, FF@^ crashes.
> Why do the expert coders at mozilla always fix what ain't broke?
> BTW, IE and Opera show the code with no problems.
By George, I think he's done it again!
Hint: what's your most common error?
|
|
|