Posts by Rogerio • 65 points
2 posts
-
3
votes1
answer2660
viewsQ: Recover checkbox as checked with database data?
The code below for entering data via checkbox, but I need to get the checkbox recorded in the bank for any update? <?php include("includes/config.php"); ?> <!DOCTYPE html PUBLIC…
-
3
votes1
answer3379
viewsQ: Checkbox with data from one table, write to another
I have a form with a checkbox paying for table data manpower and I need to record in detail, but all I can do is take and record the id of manpower but also need the price and not recording, follow…