question,
i am using perl DBI and have a query from a table called usernames. here is
the query...
$sth2 = $dbh->prepare("select * from usernames where state =
$quoted_the_state order by $the_sort_criteria limit $point, 25") ;
i then execute the query, pulling off various columns...
$array_r
question,
i am using perl DBI and have a query from a table called usernames. here is
the query...
$sth2 = $dbh->prepare("select * from usernames where state =
$quoted_the_state order by $the_sort_criteria limit $point, 25") ;
i then execute the query, pulling off various columns...
$array_r