Help for this page
my $rows = 0; while ( defined( my ($id,$prod_id,$qty) = $sth->fetchrow_array()) ){ ... print "====== $id =====<br>"; # for testing } print "NO ITEMS IN CART" unless $rows > 0;