Hi,
>an this works not, special the tags are not in the html output.
>
>
>[$ while ( ((++$cnt)< 5) && (@data = $sth->fetchrow_array()) ) $]
$cnt has a special meaning inside a table (see
http://perl.apache.org/embperl/Embperl.pod.6.html#_cnt )
use another name, for example $count and it should
Torsten,
I have copied your code exactly on my setup and it works. Could you send some details
of your configuration.
Regards
IAN
>>> <[EMAIL PROTECTED]> 07/03 8:31 am >>>
Hi,
why this works:
[$ while ( @data = $sth->fetchrow_array() ) $]
[+ $dat