Posts by Marks • 65 points
4 posts
-
5
votes2
answers516
viewsQ: Array.push() always stacking the last foreach item
I am working on the development of a dynamic table and I am facing problems to create the rows of this table according to the columns I have and the information I receive from the API. Considering…
-
1
votes1
answer345
viewsQ: Compare End Date of the first record with Start Date of the second
Hello. I’m having trouble drafting a SELECT that checks whether the End Date of the first query record is greater than the start date of the second. The database in question is of notes and for some…
-
0
votes1
answer122
viewsQ: How to collect 'data-userid' from an Ajax-generated Button and use 'data-userid' in a post?
I’m struggling in the following situation: I have two pages: radioPage.php and radioPageBD.php. In the radioPage.php the user will be able to select the RadioButton Company or the RadioButton…
-
0
votes2
answers1012
viewsQ: How to list and query contacts with PHP and Javascript?
Hello, I need a practical example in PHP that brings me to contact list of a database table, and click on in a contact is displayed the information of the same. Follow the image below: I am a…