- Code: Select all
$mySqli = $this->openConnection();
$stmnt = $mySqli->prepare("SHOW COLUMNS FROM ?");
After this line I make the binding of the ? value, why is giving me error? I don´t post the next part of the code because it just gives error in this line, it is the same if i comment or not the next lines.
Thanks

