why COUNT function gives wrong input inside php and right result inside phpmyadmin sql
I'm trying to count the rows which are not NULL inside a table when exucting the query inside Phpmyadmin it gives me the right output. SELECT COUNT(`column_name`) FROM `Table_name` but when I'm trying to execute it inside Php it always…