while ($pointer = $sth->fetchrow_hashref) { $category = $pointer->{'category'}; unless (!$category || $category ~~ @list) { print "<LI>$category\n"; } push (@list, "$category"); } #end while
In reply to Re^2: Printing Categories from SQL search
by htmanning
in thread Printing Categories from SQL search
by htmanning
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |