Posts by Augusto • 31 points
5 posts
-
0
votes3
answers11103
viewsA: input type date is not filled in
To those who help I use as follows <input type="date" class="form-control" name="dia" id="dia" value="<?php echo date('Y-m-d',strtotime($cli["dia"]));?>" /> Returns the value saved in…
-
2
votes1
answer766
viewsQ: Display some DIV with input value
Good morning Dear friends, I have a question in the study. I need to be displayed only a few div of the form, I have tried some methods, unsuccessfully. I save OK, I choose 1 of the 3 options in the…
-
1
votes0
answers31
viewsQ: Save/Change input from same Ids
Good afternoon, you guys. I have a question about recording several inputs with the same id in Mysql, I have already searched several pages and I haven’t been able to find a solution for how to do…
-
-5
votes1
answer143
viewsQ: Verify serial compliant date
A doubt I have about the completion of the month, according to the serial number filled. Logic is in the 4th and 5th license digits, which are a hexadecimal number Example : 0AC192F4B16EA6A5CE The…
-
0
votes1
answer445
viewsQ: View Mysql Related Tables Query
I have found some answers on the subject, but I still have some doubts, I will try to be as clear as possible. My Example of Banking. have the following tables Table Customer> id | name| request…