Posts by Arthur Santos • 15 points
2 posts
-
1
votes1
answer49
viewsQ: How to Iterate Checkbox and Foreach in PHP and JS
I have a foreach that shows the data received from the database, I want to display the data only if the checkbox is checked, but the field display works only in the first iteration of Foreach,…
-
-2
votes1
answer720
viewsQ: How do I add values in another column in my table with javascript?
I’m using append to generate my table, but each row is being generated by a ForEach, but now that I have managed to generate the first column I have no idea how to generate the other let TrackerList…