06-14-2018, 12:29 AM
Hi,
I am encountering the error:
Message: count(): Parameter must be an array or an object that implements Countable
I am using it as:
if (count($query)>0)
{
...
}
Need help on how to resolve the issue
I am encountering the error:
Message: count(): Parameter must be an array or an object that implements Countable
I am using it as:
if (count($query)>0)
{
...
}
Need help on how to resolve the issue