Posts by Yuri Dias • 5 points
3 posts
-
0
votes3
answers34
viewsQ: How do I filter a time coming through a select
$query = "SELECT horario FROM tempo WHERE teste = $teste"; Way it returns: 2019-07-26 19:24:17 Way I want it to return:19:24:17
-
0
votes0
answers41
viewsQ: Permission error when renaming file via PHP
$dir = "arquivo/"; $file = $_FILES["csv1"]; //Move o arquivo da pasta temporaria de upload para a pasta de destino if (move_uploaded_file($file["tmp_name"], "$dir/".$file["name"])) {…
-
0
votes1
answer40
viewsQ: How do I leave the background with greyscale, but its elements in the same original color?
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>bluantinoo CSS Grayscale Bg Image Sample</title> <style type="text/css"> div { border: 1px…