I've got some code that needs to work.
But although connection is ok, I can't get it to work
This is code:
$dbh = newPDO(data);
$v = $dbh->query('SELECT COUNT(1) as num FROM wia_administratorzy')->fetchColumn();
I've got error:Fatal error: Call to a member function fetchColumn() on boolean
Please explain what is not working here.