Posts by Rafael Lopes • 31 points
2 posts
-
1
votes1
answer28
viewsQ: Create table from an array by making the keys the header
Hello. In the system I am developing I have the possibility to create filters for queries, but queries do not always have as a result the same columns. The result is stored in a key-value array,…
-
0
votes1
answer49
viewsQ: Error when reading some words using percentage wildcard character (%)
Hello. I’m making some queries to the database that uses the PDO. When I make the appointment without the % at the beginning of the condition, the results return correctly. Ex.: $localizacoes =…