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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -