Topic: too more assign doesnt run
Hi, sorry for my english im spanish, i will try to explain my problem:
I have a table with 1000 cells, that
I have a table with 1000 cells whose background I want to change, each celd has an id ranging from 1 to 1000, I try to change the background of the celds doing that:
Código PHP:
for ($n=0;$n<1297;$n++)
{
$respuesta->assign('id'.$n, 'style.background', 'url(../../graficos/mundo/terrenos/0.gif)');
}
¿Whats happens?, That doesnt run!, However if I only change the background of 300 cells, thats is OK, but not 1000 celds
¿Theres a limit in the number of call of the function?
¿How do i can repair that?
Thanks!
Gracias!