3
hi mamba
works, thank you
one additional basic question:
what should be used:
le="color: #000000"><?php global $xoopsDB; ... $result = $xoopsDB->query($sql); ...
or
le="color: #000000"><?php ... $result = $GLOBALS['xoopsDB']->query($sql); ...
or is this equal?