Posts by Bruno Teixeira • 35 points
5 posts
-
0
votes0
answers46
viewsQ: search results from a select
I wanted from one or several selects to fetch information from the database and insert that data into the page as text. This is to be an "invoice". Example: Code: <form method="post"…
-
0
votes1
answer24
viewsQ: When filter no record appears in the table
When I filter in table no record appears. No error only no record appears. I wanted to show you when to filter. Could you help me? Code: <form method="POST"> Data Inicial <input…
-
0
votes1
answer51
viewsQ: Show in select database results
I’ve researched this before and I could never get a code that works. When I put the code on, nothing gets a single option. I wanted a code that could see the data in a select Code that I’m using:…
-
-1
votes1
answer64
viewsQ: Separate arrays in columns in an html table
I wanted to separate my array by columns in a table. When I enter the records you get a ',' but when I take the comma you get an Array to string Conversion error. Could you help me? How I wanted the…
-
-1
votes2
answers68
viewsQ: Join a cell from an html table [closed]
My table is like this But I wanted the total value in a single cell not to be separated into several total values. Exp: Date|Name|value 2020-02-12|a|1.00€ 2020-02-12|b|1.00€ Total Value|2.00€ Code:…