count on non-array
-
The line like the following is leading to warnings. Please check if $delete_rows is an array before counting it.
if(count($delete_rows > 0)) {
count(): Parameter must be an array or an object that implements Countable
- The topic ‘count on non-array’ is closed to new replies.