Questions tagged as 'tabela'

2
answers

Convert HTML5 table + images to CSV or SQL

I have a big problem! I have basically 1 million and a half records including images in an HTML5 table (it starts right there, the browser does not render all the images). My idea was to convert this table to CSV, and thus play to a MySQL...
asked by 19.10.2017 / 07:34
1
answer

Popular table with data according to input range values

I need to popular some li that form a table, according to the data put by the user in the input range, for example if the user choose 200,000 I would like to return 3 tables with suggestions of a plan of 200,000 a plan above and one below as an...
asked by 31.08.2016 / 01:27
2
answers

Input fields are not being filled according to the value

On my system there is a page with a form that registers an order and another page with a table that shows all the records of registered orders. In each row of the table has a request and an edit button that opens a form equal to that used in...
asked by 24.01.2018 / 17:37
2
answers

How to delete the first 10 records of a table when it reaches a certain number of rows?

Good night, I have a table in SQL where I will put movie recommendations for the users, but I want it when it reaches a total of records in this table, it deletes the oldest records. My code looks like this: $sql = "INSERT INTO filmes_rec (...
asked by 12.10.2016 / 01:32
1
answer

Popular table with data from a JSON

Hello, I need to populate a table according to what the user chooses in an input range, example in the range he chooses the value $ 200,000 ai at the end of filling the form returns me a table (done with ul and li) with the data referring to the...
asked by 04.09.2016 / 22:31
1
answer

How to display a result using 2 selects

I have two tables, Products and Orders. I need to create a combobox for products and when the user chooses a product, the page has to display all requests related to the product, if I choose another product have to change the requests....
asked by 14.06.2016 / 17:48
1
answer

Receive select fill in jQuery

I made a table where each row has a select and a refresh button. The problem is that when I click on the refresh of a particular row I want to update only that row and therefore I need to receive by jQuery only the number that is in the select o...
asked by 13.01.2016 / 17:37
1
answer

Writing TXT formatted through VB6

I'm trying to copy the structure of a GRID / Table inside a text file, including copying the structure of the cells (Table). However, I can not align the columns in the text file, although it has a default size for each column. The process...
asked by 04.08.2014 / 18:54
1
answer

Treat a POST array from a table

Good evening, my dear ones. I'm having a hard time dealing with some data. I created a table, where <td> are fed dynamically when passing through a foreach like this: <table class="table table-striped table-bordered" id="tb-...
asked by 03.11.2018 / 00:29
1
answer

Date orders of a reference in the middle of other dates and references

The situation is simpler to understand with a hypothetical scenario. Imagine that I bought 3 pieces: Order A Order B Order C. The supplier, as it did not have everything ready, divided the delivery of the pieces into 3 Tax Notes:...
asked by 16.08.2018 / 15:29