1
I made a query and want to use fetch Collum according to a reply from the other site;
$query = $pdo->prepare("SELECT b.**, b.**, b.**, b.**, b.**, b.**, b.**, b.**, b.**, b.**, b.token FROM tbl_contas AS b");
$query->execute();
$iToken = $query->fetchColumn(11);
$tokenHash = $iToken['token'];
Because it does not return the token in the variable $tokenHash
?
if(!$query->execute()){print_r($query->errorInfo());}
so shows some error?– rray
No mistakes, all right
– user478956554643
In your actual query you have those two asterisks followed even?
– rray
No, it was just to illustrate the positions @rray
– user478956554643