Fuelen » 2009.12.08 20:16

Почему выводит циферки до <hr/>?

Код:

1
span style="color: #0000BB"><?phpob_start();for($i=1;$i<10; $i++)echo rand($i, 100000).'<br/>';$cache = ob_get_flush();echo '<hr/>';echo $cache;?>
Gemorroj » 2009.12.08 20:40

$cache = ob_get_clean();

Fuelen » 2009.12.08 21:16

Спасибо