Why his PDO query isn’t work

Hi guys,
I've been moving to PDO from mysqli. This is my first try and it doesn't work.
What wrong with the code?

Code (Text):

$query = $conn->prepare("SELECT id, […]

See original post by ketting00

Leave a Reply