Questions tagged as 'tabela'

0
answers

Format table for JSON

Hello! I need to format the default Accel-PPP output in JSON, but I am not an experienced programmer and would like an efficient command to gain processing time. I found this link link. But the default output is different from the above link a...
asked by 17.05.2018 / 21:31
0
answers

Fill an HTML table from a List

I'm doing a job for college where I'm creating a website for a pizzeria. I'm picking up the data from the pizzas, playing in a list, and bringing it to a table: But I would like this table to look like this: Image1 | pizza dice 1...
asked by 16.05.2018 / 16:27
1
answer

Help with PHP and HTML

I'm learning php and html and would like some help if possible, of course. I am creating a table according to some variables passed as parameter and when it is created! I'dliketoremovethesespacesforeachcolumnthatisbeingdisplayedinwhite.Someo...
asked by 09.05.2018 / 05:41
1
answer

Catch all data in an HTML table and insert into the database

I have an editable table in html, when I click save, I need to get all the data from the table, send it by ajax to the page that INSERT all rows in the database. My question would be: How to get all rows from the table and send via ajax....
asked by 21.04.2018 / 20:13
0
answers

How to merge two tables with repeated primary keys?

I have two tables that we need to unify in one, in a complete way: Consider everything in the first, see if it hits the second and what does not beat or repeat, include in the end lines. Note that key 2 is replayed in the second table, so a p...
asked by 11.01.2018 / 12:04
1
answer

table is not created in mySQL

create database mbsys default character set utf8 default collate utf8_german2_ci; '' this generates normal '' create table PESSOA ( ID_PESSOA int (10) not null, NOME varchar (40) not null, CPF int (11) not null, NASCIMENTO date not null, SEX...
asked by 09.11.2017 / 15:11
1
answer

Get the values of the columns of the row clicked and pass inputs

Here is the function to get the value of the table row, and pass to inputs, if I take the lines that were loaded from the bank not the error but when I insert a new item in the table, then I get the value of 2 column of the line, in the test...
asked by 31.10.2017 / 16:19
1
answer

Split string into parts with 2 parameters to find

Here is the code that takes the 2 column description of the table var descricao = $(elemento).closest('tr').find('td').eq('1').html(); This is the description    CALIFORNIA [2,90] [BRE25] [3x80] [BRD25] [ARTICLE: 1,000 - COLOR: 02] - W...
asked by 03.11.2017 / 03:15
0
answers

Difficulty in interpreting database diagram

Good Night. I'm having some problems in interpreting a diagram that from it I'm going to make a sql bank. My programming skills are not very good and I would greatly appreciate it. In case I will use phpmyadmin to mount, I just have some doubts...
asked by 10.09.2017 / 01:07
1
answer

I can not join data - it must be INNER JOIN

I have two tables, tab_prefixo has number of prefixo and gerente responsible (important data), and in the other one (table tab_valores ), it also displays prefixo , nome , valor and data . I...
asked by 10.08.2017 / 03:46