Help for this page
my @fields = $sth->fetchrow_array(); if (!@fields) { print "NO ITEMS IN CART"; ... @fields = $sth->fetchrow_array(); } }