mysql - SELECT FOUND_ROWS() not working with PDO PHP? -
i changed code using pdo instead of mysql_..
i changed code of 1 of query like
select sql_calc_found_rows * ....etc but code
select found_rows() and array
echo $array[0]['found_rows()'] return value = 0;
there should know pdo , type of queries?
Comments
Post a Comment