Re: FF26 crashes with simple code! [message #184361 is a reply to message #184360] |
Sun, 29 December 2013 01:29 |
Evan Platt
Messages: 124 Registered: November 2010
Karma:
|
Senior 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.
*sigh*
bullis, maybe you should take up something less complex. Like maybe
coloring books?
PHP clearly isn't for you.
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
|
|
|