Posts by Matheus Frighetto • 15 points
6 posts
-
0
votes1
answer127
viewsQ: Set TAB key behavior - Avascript
I don’t have any Javascript and I need a little help from the community. I don’t even know if what I’m going to ask for is possible, but here’s the thing: As shown below, I need a function that,…
-
0
votes2
answers55
viewsA: Query to collect data from multiple columns of the same row, by Primary Key of the record
If the query in Myphpadmin is bringing the desired result, all that is missing is to print the value of the variables in each of your table. You can see that you managed to print code 11 in the…
-
0
votes3
answers727
viewsA: Is it bad practice to store CPF and CNPJ in the same column of the database?
At first I understand good practice yes have in the same column the registration of Cpf and cnpj in the same field. you would create a unique register of persons (both legal and physical) avoiding…
-
0
votes2
answers163
viewsQ: Txt generation, does not work PHP_EOL function
Good morning, everyone. I am working on a php page for generating a.txt export data file to be imported back into another system. I had programmed taking into account the server running php 7, but…
-
1
votes0
answers20
viewsQ: Is there an adjustment to be made to define a maximum number of sent/received elements in an array via POST in php?
Following staff, I am facing a problem in a system I am working on, which I am trying to send/receive array that is not coming complete. After some tests I identified that the problem is in the…
-
0
votes2
answers25
viewsQ: Listing files from a directory that start with a given text
I am working on the development of a page in html/PHP in which the goal is to perform the search for information on certain processes. For each process covered by the search filter the page displays…