finally i made the code work for me :) - thanks for inspiration - i own you
a code - hope you can do it easiest way - i am just begginer - so it's
likely the simplest way to achive the same result
the code was:
$sth->prepare(SELECT * FROM table);
$sth->execute;
$ref = $sth->fetchall_arrayref;
pri
thanks for info - i figured out it won't be easy - i am using references in
table rows - it's better for me to highlight row by bgcolor avoiding
additional loops - but maybe any idea how to quick change text color for a
row that's defined as reference to table - thanks in advance
greg
- Origin