Posts by Vinicius Gularte • 136 points
8 posts
-
1
votes3
answers227
viewsQ: Mysql sorting by specified value Return all values
Good afternoon, Is there any method in an sql query to sort from a value and if there is this value return it from first and then all the rest of the values ? Example : A table with days from 1 to…
-
0
votes1
answer683
viewsQ: Submit form with empty checkboxes and receive their value on the server
I’m picking up a form with AJAX and Jquery and sending for treatment in a file PHP by name getPDF, in this form there are several checkboxes with different values however name and class equal…
-
-1
votes2
answers174
viewsQ: Checkbox show/Hide button for generated lines
I have an array of checkboxes generated and rows of tables that have the same class - class starts at 1 and increases in 1 as more elements are recovered. Explanation Succinct: I need that when I…
-
0
votes1
answer119
viewsQ: Filter Data from a PHP database list from an Input
I have an input text with the event onkeyup in which I type a word and it is comparing to a database list and returning a button with the same case.. I want that in the course that I type go…
-
3
votes2
answers4123
viewsA: How to make google reCAPTCHA mandatory "required"
I found this to be the fastest way to implement, add this code to your header <script> window.onload = function() { var recaptcha = document.forms["Seu-Form"]["g-recaptcha-response"];…
-
2
votes1
answer37
viewsQ: How to join texts in a textbox by dragging them?
I have an empty textbox, and I have some buttons with values like: +, -, *, /, palavra1, palavra2 so on and so forth. I want to fill this textbox by dragging these buttons into it, not just by…
-
3
votes1
answer372
viewsQ: Delete equal values within a dynamic array
I have an array with several dynamic names that can change each time, what is the most correct way to go through this array and create a condition to delete them iguail? (in the case of two items…
-
1
votes2
answers979
viewsQ: How to replace string values from all array values?
Good afternoon guys, well the problem is this.. I have a string with name x, and I have two arrays, name and value. in for perco both arrays where I identify if in string X has any field equal to…