Worked, thanks a lot manSpray wrote:The error is correct, fetch_assoc is not a method of the PDOStatement class.
Assuming that $count_rows is a valid result set, try this following:
Code: Select all
$found_rows = $count_rows->fetch(PDO::FETCH_ASSOC);
