Home »
Imported messages »
comp.lang.php »
FF26 crashes with simple code!
FF26 crashes with simple code! [message #184360] |
Sun, 29 December 2013 00:33  |
Mr Oldies
Messages: 241 Registered: October 2013
Karma:
|
Senior Member |
|
|
<?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.
|
|
|
Goto Forum:
Current Time: Sat Apr 12 07:01:26 GMT 2025
Total time taken to generate the page: 0.04432 seconds