Posts by Samuel Ribeiro Braz • 45 points
2 posts
-
2
votes2
answers27
viewsQ: Keeping data in the fields after an action or updating on the page - PHP
I would like some help on the following question. When I selected an item in a combobox (it would be for a search filter), I wanted this item to remain selected after pressing the "Query" button.…
phpasked Samuel Ribeiro Braz 45 -
2
votes2
answers212
viewsQ: Recursive algorithm does not work
I have to solve an exercise, and it says: Do a procedure that receives an integer and positive n number. The procedure shall print all numbers in the range 0 to n which are divisible by 2 and 3…