in reply to Perl Mysql Null Recordset
Trek$rows = $rs1->rows; if (!$rows) { report_error("username does not exist"); } else { report_error("username_exists"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Mysql Null Recordset
by JoeJaz (Monk) on Nov 16, 2004 at 21:57 UTC |