Posts by smourao • 80 points
14 posts
-
0
votes3
answers789
viewsA: Fullcalendar show hour and minutes
I used the V4 and tested the two examples they put and it didn’t work, what solved for me was to touch directly the JS file "daygrid/main.min.js" and change the excerpt of…
-
0
votes1
answer132
viewsA: Chart view of the current month and previous month google Charts
Just to leave it here as I solved this situation: According to the question, to display two bars on the chart, I had to make two queries, one taking the current month and the other the previous…
-
0
votes1
answer132
viewsQ: Chart view of the current month and previous month google Charts
I need some help with Google Maps. I have a table where I store id, negotiator and date. I make a query to find out how many agreements that person made in the month and I can generate a graph, the…
-
0
votes0
answers245
viewsQ: Hide or lock calendar Sab/gift
Hello, in my form I created a calendar with the tag input type=date in my html, I blocked the 3 days from the current date and would like to block Saturdays and Sundays to display only weekdays of…
-
0
votes1
answer66
viewsQ: left div track right div height
Hello, I am creating a pdf contract and in it I have two columns, but when breaking page the rest of the text loses formatting, the solution I found more viable was to make the left div follow the…
-
1
votes0
answers155
viewsQ: Spacing increases when breaking page with Dompdf
Hello! I created a contract with Dompdf more when breaking the page is increased the space always in the first page information and so on, I have made several modifications to my code and I could…
-
1
votes1
answer146
viewsQ: dompdf does not display Georgia font
I want to display a file with the font-family Georgia, already downloaded and put in the fonts folder of your lib, but I am searching and does not display in Georgia format. I’d like some help from…
-
-2
votes1
answer237
viewsQ: Subtract php hours
I need to subtract the hours and I don’t know how to do it. The variables are over 24hr. $hora1 = "78:00"; $hora2 = "22:00"; $tempo = $hora1 - $hora2; resultado 56:00 How to subtract that?…
-
0
votes2
answers82
views -
0
votes1
answer854
viewsQ: Call php function using onblur (completed)
I have an event onblur to call a function and this function has to call a php class in order to compare what was typed in the input with what is in my BD, but I don’t know how to do it using jquery,…
-
0
votes1
answer56
viewsA: Only send a product inside the email
In my opinion, I think you should make a query and create a loop where the information goes to the customer, so you would take all the products of the particular customer with the check nay marked.…
-
1
votes2
answers37
viewsA: Generating sequential Ids for each user in the same Mysql table
Boy, I think the first option better as the friend @Nicolas Pereira said before, I have already made an application with your second option but it was at the request of the client, precisely not to…
-
0
votes1
answer42
viewsA: Problems inserting data into multiple tables using Pdo
Problem solved, the problem was structural in the tables (forgot to set auto_increment), thank you very much for the help Dnick.
-
0
votes1
answer42
viewsQ: Problems inserting data into multiple tables using Pdo
Hello, my case is the following, when tables are empty all fields are normally inserted more if I try to enter more data the system returns an "Alert" which occurred an error while registering.…