Posts by Léo Soares Fontoura • 65 points
5 posts
-
0
votes1
answer256
viewsQ: Array php go through
To the array: Array ( [45] => Array ( [car] => stdClass Object ( [consortiums] => stdClass Object ( ), [92] => Array ( [car] => stdClass Object ( [consortiums] => stdClass Object (…
-
3
votes0
answers164
viewsQ: Upload by FTP with PHP, not sending the image
Based on the code below I am trying to send an image through the FTP protocol, but the file is not being sent, something tells me it is in the file path, I inform the absolute path. <?php…
-
0
votes1
answer35
viewsQ: Can you make a SELECT by returning the quantity and the name of each color?
I’m making these two queries to download the colors and the amount of each color in the table bike: SELECT DISTINCT color FROM bike ORDER BY color ASC SELECT COUNT(color) FROM bike GROUP BY color…
-
2
votes1
answer141
viewsQ: How to connect two arrays?
If I have an array: Array ( [0] => Array ( [color] => azul ) [1] => Array ( [color] => branca ) [2] => Array ( [color] => prata ) [3] => Array ( [color] => preta ) [4] =>…
-
1
votes3
answers74
viewsQ: How to select information from a table without duplicate values
Let’s say I have a table called ALUNOS, with 3 columns, ID, NAME, SOBRENOME And I want to take all SURNAMES, but in a way that does not duplicate if a student has the same surname as another…
sqlasked Léo Soares Fontoura 65