$sth = $dbh->prepare('select oid,* from timeclock where end_stamp is n +ull and username=?') or die "prepare: $DBI::errstr"; # for each username { $sth->execute($username) or die "execute: $DBI::errstr"; # now do whatever with $sth->fetchrow # }
In reply to Re: undefined array use
by Fastolfe
in thread undefined array use
by nlafferty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |