Posts by Luiz Henrique • 57 points
6 posts
-
0
votes0
answers25
viewsQ: Pass parameter to Modal window
I’m having a little trouble executing some of my codes and I’d like your help . Goal of my PHP : Generate a table*( Already being generated )* that has two buttons from it one of EDIT (This is…
-
1
votes1
answer33
viewsA: How to change the date format for the between to work
What I did and solved : $data_inicial = explode('-', $data_inicial); // transforma em array $data_inicial = implode('', $data_inicial); // transforma em string novamente $data_final = explode('-',…
-
0
votes1
answer33
viewsQ: How to change the date format for the between to work
I have a form type date , which returns values of type 2019-10-24 , however in my database is recorded as 20191024 , this implies that if the user puts in a search two dates equal my between does…
-
0
votes1
answer32
viewsQ: Group By com sql server
I am trying to group the data of my select , according to the field C9_CARGA , however when I run this select it returns me without being grouped , I believe I am doing something wrong . How are you…
-
1
votes0
answers52
viewsQ: Group information with a common variable in PHP + SQL SERVER
I am developing a code where I have some related tax notes for a user ( unique id ) and when you take the information comes me several lines with the user name and the corresponding tax note ,…
-
1
votes0
answers211
viewsQ: HTML+ PHP extraction for EXCEL large numbers with wrong formatting
I have a web system that converts a table HTML for EXCEL, however it has a field corresponding to the CNPJ , when I transform this table to EXCEL, it return me with 1,111111+14 instead of…