Posts by Eduardo Ribeiro da Silva • 75 points
4 posts
-
1
votes1
answer954
viewsQ: How to receive seconds value using HTML5 input time?
I need to work with fields in Mysql in hours, minutes and seconds like 00:29:13. Yet only the hour and minutes appear to me: <input type="time" class="form-control" name="hora" placeholder="Hora"…
-
3
votes2
answers87
viewsQ: How to pass a different value in an HTML form?
I am creating an HTML date filter so that the SQL query can return a specific value to me. I’m just trying to make it difficult to pass on this information because the form option needs to appear…
-
2
votes2
answers530
viewsQ: How to make an SQL query with some blank criteria?
I am creating a filter for a database search in a PHP application and obviously I have numerous criteria, but, I have only been able to work with one criterion. Code: select codigo, despesa, data,…
-
0
votes0
answers22
viewsQ: Is it possible to make the encoding of a Mysql database equal to the encoding of a PHP/HTML5 page?
For example, in my table in Mysql the word appears Creditworthiness and in the bank "Crã dito", Valid until on the site appears as "V read until " in the bank. I am using in HTML5 the UTF-8, in the…