Posts by MSilva • 23 points
2 posts
-
1
votes1
answer26
viewsQ: php show dates and times and phone in formats
precios mostrar na tela algumas informaçoes tipo: $time = '120034' $date = '20170508' $mes = '201704' $hunger = '62992161424' how do I show like this echo $hour 12:00:34 echo $date 08/05/2017 echo…
-
1
votes1
answer397
viewsQ: How to change the placehoder according to the value of the select?
I built this code and when the user chooses cafe in the field <input type='search'> should appear for example: Cimo, 3Corações, Utam. If the user chooses refrigerante it should show in the…