Posts by joebanana • 9 points
1 post
-
0
votes3
answers1088
viewsQ: How to select Mysql using input date type with php?
I’m trying to list certain database columns by date but it doesn’t work. Follows excerpt from the code: <?php if($_GET['busca'] == "data") { $datai = date('Y/m/d', strtotime($_POST['data']));…