Posts by Anildo Fabiano Alexandre • 63 points
5 posts
-
5
votes1
answer69
viewsQ: Relation between selects
I have a system that has 3 selects, where selecting an option in the 1st select is listed a list in the 2nd select and selecting an option in the 2nd select, is listed the items in the 3rd. The…
-
0
votes0
answers31
viewsQ: Select does not replicate for all items
I need that when performing the selection of a city through a select, another select provides only the data relevant to the action. For example, there is an sql table, which contains some products,…
-
0
votes1
answer62
viewsA: Search in php does not return the results correctly
found the error, with this tip of yours, in the script to select the region, I put class='$name_id', when you wrote above, "put the value" I looked and changed to "value='$name_id'", and ready, ran…
phpanswered Anildo Fabiano Alexandre 63 -
-1
votes1
answer62
viewsQ: Search in php does not return the results correctly
I have a problem regarding the return of the database information in php, I have two tables, a tb_regiao, with the Brazilian states and another, tb_representative with representatives in each state.…
phpasked Anildo Fabiano Alexandre 63 -
0
votes1
answer422
viewsQ: Colorize jTable lines ready
I have a code and I need to make some improvements, but I’m not able to insert them properly, I’m a beginner and I have some difficulties. The software has: a Beansclient class with the get and set;…