Re: FF26 crashes with simple code! [message #184366 is a reply to message #184363] |
Sun, 29 December 2013 04:49 |
Scott Johnson
Messages: 196 Registered: January 2012
Karma:
|
Senior Member |
|
|
On 12/28/2013 5:45 PM, Scott Johnson wrote:
> On 12/28/2013 4:33 PM, richard 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.
>>
>
> Define 'crashes'.
I know you saw this reply richard, can you not answer it?
Scotty
|
|
|