This one time, at band camp, Stephen <[EMAIL PROTECTED]> wrote:

> I am switching to PDO and can't find an equivalent to mysql_num_rows.
> 
> Am I missing something silly?
> 
> Or is there a change of thinking needed for PDO?
> 
> How should I determine how many rows a query returned?

PDO returns an array, sizeof/count will get you home

Kevin
http://phpro.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to