Posts by walter alves • 5 points
5 posts
-
0
votes0
answers133
viewsQ: Convert Varchar column to Date without losing the data
Before the database was saving the date in a varchar field and in the Brazilian standard (dd/mm/YYYY), then I modified the values using the code below: UPDATE tabela SET coluna=…
-
0
votes1
answer962
viewsQ: View with two or more tables with no link, with different columns and that need to be merged
I have two tables, "PRIMEIRATABLE" with the fields name, surname, and age, another table "SEGUNDATABLE" with the fields name, last_name, and acts the two tables have no link but need to join in a…
-
0
votes1
answer369
viewsQ: Blur event problem with Submit button
Good afternoon, I have a form, it has a text field that triggers the event . Blur that takes the name typed and returns an id with ajax, picks up the saved id in another Hidden input, the problem is…
-
0
votes1
answer674
viewsQ: When generating worksheet save it to the server
Hello, I am generating an Excel table using the Phpexcel class, so it generated forced the download, only now I want to generate it save on the server instead of force the download directly, I did…
-
0
votes0
answers345
viewsQ: Open modal across screen and not within iframe
Hello, I have an iframe, and inside it has a modal using semantic, I want to know how I do and if it is possible to open this modal on the whole screen, and not within the iframe itself, I have…