Posts by Gustavo Oliveira • 13 points
2 posts
-
1
votes1
answer66
viewsQ: Select an image among other images
I need to make an image "gallery" and pass some identification value, in PHP, showing which image I selected. The idea is to show several images, as if they were icons, and the user choose the…
-
0
votes1
answer125
viewsQ: Query two different tables in the same select
I need to perform a search in two different tables and give echo in the results separately! I think it would be something more or less like this: $consulta = "SELECT * FROM tabela1 T1 UNION (SELECT*…