Posted by Rik Wasmus on 11/30/07 17:57
On Fri, 30 Nov 2007 13:40:23 +0100, Kim <kimslot@gmail.com> wrote:
> I ended up with using 2 queries, first one giving only a count result
> (FetchColumn) and the second to give the actual content (loop with
> Fetch).
>
> I never got PHP to create a SQLite PDO object, and I had enabled both
> required dlls (php_pdo.dll and php_pdo_sqlite.dll) in php.ini.
>
> OLLi: Exactly how am I not using non-PDO functions ? numRows() is
> listed as a PDO function on www.php.net.
Show us the URL.... it isn't.
<http://www.php.net/manual/en/ref.pdo.php>
<http://www.php.net/manual/en/ref.pdo-sqlite.php>
--
Rik Wasmus
[Back to original message]
|