Discussion in 'PHP' started by greatlogix, Mar 2, 2011.
Which is the equivalent of mysql_result using pdo objects? $var = mysql_result($result, 0, 0);
Have you tried this from the manual: PDO::query
$query->rowCount()
Separate names with a comma.