Posts by Felipe Nascimento • 11 points
2 posts
-
1
votes1
answer70
viewsA: Problem using PDO::bindParam with table names
In addition to the comment of Lucas Bittencourt explaining that it is not possible to use bindParam with table names, I found this question here in Stackoverflow where it was well explained this…
-
-1
votes1
answer70
viewsQ: Problem using PDO::bindParam with table names
I am a beginner in programming and wrote a code in php to practice PDO. However, I had a problem: when I use the Mysql command without bindParam it works normally. When I reference the table name…