Posts by Marconi Rodrigues • 79 points
4 posts
-
2
votes1
answer6201
viewsQ: How do a select html load a list of options each time another select to change selection?
I am needing to have a select load an option list each time in a previous select change selection. I know I’ll use Javascript to do this, but how? Follows the code:…
-
0
votes0
answers153
viewsQ: Why does the Jquery UI import on the page not work?
I am therefore not having access to the Jquery IU theme on my HTML page. I assume that when creating a button and a menu, it already shows me in the layout of the theme, in which I downloaded the…
-
2
votes2
answers159
viewsA: When should an attribute be a table or vice versa?
It depends on how you want to manipulate this data later. If that reason is just to be recorded, then make a column there on your table and store it. Now if you later need to manipulate this data,…
-
2
votes2
answers879
viewsQ: PHP - How to make left Join with more than one record in the other tables not return repeated values in the columns?
I need to perform an SQL query in PHP, where I need to create a table from 9 other tables, joining all the columns with a LEFT JOIN, and with the 'Client' field as key between the tables. However,…