Questions tagged as 'tabela'

1
answer

Count the number of unique data in a table

I have a table in a database that holds the name of each user who accessed my application in PHP. I would like to do a function that calculates the number of unique users who have accessed it so far (assuming a user can access it more than once)...
asked by 05.09.2015 / 15:36
1
answer

How to change the color of the table row (php) according to the value?

<?php include_once("func/functions.php"); // Chama o arquivo de funções function diaria($codmot,$periodo) { $data = (explode(" - ",$periodo)); $datIni = date('Y-m-d',strtotime($data[0])); $datFin = date('Y-m-d',strtotime($da...
asked by 22.05.2018 / 21:18
3
answers

PHP Table color background

$aux = mysql_num_rows($sql2); $html = ''; $html .= '<table border="1">'; $html .= '<tr>'; $html .= '<td colspan="3"><b><Center>'.$row[0].' </center></b></td></tr>'; $html .= '<tr>...
asked by 02.06.2014 / 18:50
1
answer

Fill in the table with bank data. (Mysql and Bootstrap 4.1)

Save folks, I'm trying to populate a table with data coming directly from the database (Mysql). I'm new to the web, I've been able to put together an outline of what I'm trying to do. If anyone can give you some tips, I would be extremely gratef...
asked by 27.07.2018 / 21:11
1
answer

I can not get the date in the table [closed]

I'm doing the following command: SELECT h.h_dia FROM hh h WHERE h.h_dia = 20180621 GROUP BY h.h_dia     
asked by 13.07.2018 / 15:43