Posts by Matheus Ferreira • 11 points
2 posts
-
0
votes1
answer41
viewsA: variable pass to a select
Good night, Missing quotes in your query! It looks like this: "SELECT '". $var." ' FROM usuarios ";
-
1
votes1
answer86
viewsA: How to return a query column within a class
There are some ways you can solve this problem. You can declare your method as static and so instantiate the direct obejto. (I haven’t circled your code, so my tip goes in the dark) Below is the…