Posts by ehrb • 11 points
1 post
-
1
votes2
answers211
viewsA: PHP - Add everything and give a value
I believe you are using PDO in the query. As you are passing a parameter in the query would recommend first that you always use PREPARE and not directly concatenate the variable in the query because…