Posts by Claudio • 73 points
5 posts
-
0
votes1
answer70
viewsQ: limit number of categories of a php page
ola I have a php function that shows the categories registered in the database, however I would like to limit the number of categories that appear, see the code if ($output!='') { // @todo ul here…
-
1
votes1
answer468
viewsQ: Fill table with data entered in Jtextfield, separated by comma
I have the code under a JTextField, where you wanted to type numbers separated by comma, and that by clicking on JButton, data were added in a table column. public class Dados extends…
-
2
votes1
answer442
viewsQ: Update table field only marked with php mysql checkbox
@Leo Caracciolo worked out the way you did in this post here, but I have another problem: there are students who are enrolled in several courses, ie the student id is the same , but the course id in…
-
2
votes1
answer367
viewsQ: Update only records marked with checkbox at once php
I have a select that carries a series of records. Behold, in these records I need to apply an up and that, in my head, the best way would be using a checkbox field, so that when the user checked the…
-
0
votes1
answer386
viewsQ: Update a multi-student Mysql field
I have a table of students where they have a field of presence where they are recorded present and absent. When I created the camp, I left everyone as absent, and now I need to list and change some…