Posts by Fernando Moreira • 9 points
2 posts
-
-1
votes2
answers91
viewsQ: How to sort the date in php
Good afternoon, I need to sort the dates that come from the database, by day/month/year. EX: 16/07/2020 30/07/2020 01/08/2020 $sql_listar = "SELECT idprova as idprova, descricao as descricao…
-
0
votes1
answer64
viewsQ: Get radio button value via jQuery and call a code
Good morning, I would like to receive a help, I am beginner in the area of programming. I need to know how to make whatever is selected the radio it calls a certain code. <form method="POST"…