Posts by patricia gomes • 1 point
1 post
-
0
votes0
answers79
viewsQ: Problem with PDO::FETCH_ASSOC
Hello, everybody. I’m making a tag system for my blog. To get the tag id, I’m making a query using the IN operator. I want you to return only the associative array.That’s why I use PDO::FETCH_ASSOC.…