Questions tagged as 'tabela'

3
answers

Create HTML table and show data, using PHP [duplicate]

I would like to see if anyone can help me with this problem of creating an HTML table in php. <?php <p><b>Alvará: </b></p> <p>Alvará Numero: '.$exibe["AlvaraNumero"].'</p> <p>Alv...
asked by 12.06.2014 / 01:07
1
answer

Join tables

I have three tables one call CRM_PROCESSO , another call CRM_PROCESSO_VARIAVEL and last call CRM_PROCESSO_ATIVIDADE , both have the variable idprocesso in common. What I need is for the command to bring the field...
asked by 21.09.2018 / 15:45
2
answers

How do I make this table responsive to mobile using only html programming?

The code of the site on the computer is ok, but in the furniture the columns are very thin and with the visibility very bad, I tried to solve in several ways the responsibility in the mobile and I only managed using the overflow command, but I w...
asked by 06.07.2018 / 10:24
0
answers

Block registrations beyond the value stipulated in PHP form

I have a course management system where the teacher registers a class and the student accesses a page with a table with all the classes and subscribes to the one that he thinks best. The problem is that many students are enrolling in a class...
asked by 22.01.2018 / 17:32
2
answers

How to put columns of a table all with the same size?

                  Temperature                  Precipitation                  Wind                  Atmospheric Pressure                                                                                Monday                         Tuesday...
asked by 03.11.2017 / 19:24
1
answer

Table for Downloads in PHP

I'm creating a system in PHP to download digital products, I'll briefly explain: User enters the site, right on the homepage, will have some products to download. He signs up and buys the product. The product should be listed for it in...
asked by 04.11.2017 / 00:39
0
answers

MySql Relationship Table

I have a view called 'clients.blade' where the administrator will choose which clients a particular developer can see, however, I do not know how to save those changes in the database. Model public function Clientes () { return $this-...
asked by 29.03.2017 / 19:11
1
answer

How do I make many-to-many relationship in Ruby on Rails with has and belongs to many?

I have a system table and a table category, a system has many categories and a category has several systems, I wanted to use the has_and_belongs_to_many option of Rails (for being a simple interface and even to learn how to use this feature). Bu...
asked by 26.09.2016 / 15:58
0
answers

change table to your call in. moon?

I have this table below tabela = { ["Maquina"] = { {name = "susu", level = 600}, {name = "camel", level = 600}, {name = "juju", level = 600}, }, ["bruno"] = { {name = "fada", level = 600}, {n...
asked by 25.09.2016 / 22:40
3
answers

Add enumerator to a table in PHP

I wanted to add a sequential numeric enumerator (1, 2, 3, ...) to names that are obtained through a query. The end result would be: sequencial | Nome ----------------- 1 | João 2 | Pedro 3 | ... The code I curr...
asked by 29.05.2014 / 13:58