Re: FF26 crashes with simple code! [message #184362 is a reply to message #184360] |
Sun, 29 December 2013 01:38 |
Doug Miller
Messages: 171 Registered: August 2011
Karma:
|
Senior Member |
|
|
richard <noreply(at)example(dot)com> wrote in news:9rjd58qt2a19$.wb3gkbuu9qnn$.dlg@
40tude.net:
> <?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.
Have you validated the HTML code your PHP script is generating, to find out why this
happens?
> Why do the expert coders at mozilla always fix what ain't broke?
Why do you always blame others for your own mistakes?
> BTW, IE and Opera show the code with no problems.
Proving only that when presented with invalid HTML, different browsers behave in different
ways.
|
|
|