Well what I would like to do is to call the database data to display only the main data in a table, and in that same table have the preview button where as long as I press it it opens a window with the rest of the database information.
The part...
Hi everyone, I'm not able to do a select in my PHP database.
I already tried to implement several solutions, however it always returns 0 results, and I have data in my DB.
I am using external files to connect to the bank and they are working....
I started to make a website in the same code. Except that this site will have several pages on it on every page, the structure is the same, what changes is just the content. To not have to do in the code page by page, make a lot of pages, I want...
I host a text field in my database, with my space between paragraphs. But when I pull it to insert without being in textarea field it comes all in one line only, no spacing.
Goal:
Bom dia Bruno
Agradecemos pelo seu contato!
Segue em anex...
I made the Select below only that it is not adding up by the correct column, where am I going wrong?
In my structure I have the dtConcat2 field and the dtConcat2 field (these dates are different one is for the date of the request and the othe...
I created a form to save data in the MySql database, but it is not working as expected.
I'm having trouble identifying the problem because no error appears, the page just refreshes.
Table in the Bank:
id_contato (int11 aI)
, n...
I need a solution that compares any changes you've made to the products_csv table against the products table ( letter or number ) in some field.
I'm using the code below but only works for single records because if there are duplicat...
I need to mount a query that displays the names of all categories, and in front of each name the total number of products.
The tables are:
Categorias (cat_codigo, cat_nome)
Produtos (pro_codigo, pro_codigo_categoria pro_nome)
Exem...
I have a page in PHP and MYSQLI, and I would like the links on the pages below to be limited, for example:
Pages: 1 2 3 4 5 (up to 100), only the first 5 appear, if I have on page 10, show me 8 9 10 11 12, I do not know if they understood me,...
I have 2 queries in the database:
One returns the goals of the day until the last day of the month:
DIA META
1 3,23
2 6,45
3 9,68
4 12,9
5 16,13
6 19,35
7 22,58
8 25,81
9 29,03
10 32,26
11 35,48
12 38,71
13 41,94
1...