-
Got it by deleting the folder in the usb stick as well.
2008-12-11 04:13:46 UTC in pam_usb
-
I deleted the ~/.pamusb/???.conf file and recreated the configuration from scratch with pamusb-conf login works fine but the ~/.pamusb/???.conf is not being created.
2008-12-10 05:31:18 UTC in pam_usb
-
I got a solution for this:
function sqlite3_num_rows($dbRes)
{
$n = 0;
while(sqlite3_fetch_array($dbRes) != '')
{
$n = $n + 1;
}
return $n;
}
echo "Number of rows: " . sqlite3_num_rows($dbRes). "";.
2007-01-26 04:44:56 UTC in php-sqlite3
-
How do I know how many row came back from the query?
sqlite3_num_rows and/or sqlite3_has_more does seam to work.
Thanks.
2007-01-26 03:38:29 UTC in php-sqlite3
-
gruessle registered the postfix sql db web interface project.
2006-06-12 20:06:36 UTC in postfix sql db web interface