Posts by Jonatan Medina • 1 point
1 post
-
0
votes1
answer16
viewsA: How to take a date through a form and insert it into the database
You can go straight to your registered pageHora.php using date('Y-m-d H:i:s') or puts HTML into an input <input type="date" name="datahora" value="<?=date('Y-m-d H:i:s')?>" /> or…