Posts by CyberPro • 1 point
1 post
-
0
votes1
answer331
viewsQ: now() date/time format in mysql
$verificatempo = mysql_query("SELECT * FROM logs WHERE horario <= now() - INTERVAL 10 MINUTE AND ip = '$ipaddress' ORDER BY horario desc limit 1"); I would like to know the same date and time…