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!

Re: too more assign doesnt run

Can anyone help me?

thanks!

Re: too more assign doesnt run

Zamblo,

Sorry nobody has replied.  I do not know of such limits.

Have you tried turning on the debugger to see what the complaint is?

$xajax->configure('debug', true); in your php.

Ed

If you ever stop learning you may as well dig a hole, crawl in and pull the top over yourself.