- or download this
if ($select->rows) {
print(h1( {class=>'cyan'}, "Error occured $row->{username}! Script
+have to die" ));
exit(0);
}
- or download this
print(h1( {class=>'cyan'}, "Error occured $row->{username}! Script hav
+e to die" )), exit(0)
if $select->rows;
- or download this
die(h1( {class=>'cyan'}, "Error occured $row->{username}! Script have
+to die" ));