What s the equivalent in SQLite3 to mysql_num_rows? I know SQLite had a similar function call. What I m doing in PHP is doing a for while fetching an array from the query and counting a variable but I don t like it very much.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...