Dear sqlite users
I have some problem with Sqlite3. Would you mind if I want to ask you a
question?
I got an error like this:
Call to undefined method Sqlite3Result:: numRows().
Here is my code:
$db = new Sqlite3("sample.db");
$result = $db->query("select * from table");
$rows = $result->numRows();
Any Solution, please help me.
Thanks in advance.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users