Posts by Matheus Delatorre • 135 points
10 posts
- 
		0 votes1 answer81 viewsQ: Directing to two pagesI am working on some updates and I need my Javascript function to open a new tab with a boleto and back to another after I click generate boleto. It opens the new tab, but does not go back to the… 
- 
		0 votes3 answers442 viewsA: Date 01 day of the month returns as lastI ended up changing the project a little. The two answers worked perfectly, but since I need to compare two dates, I ended up changing the project a little and using the dates in the original… 
- 
		3 votes3 answers442 viewsQ: Date 01 day of the month returns as lastWhen I enter day 01 as date, it returns to me the last day of the previous month. What is the reason? function myFunction() { var fromdate = new Date(document.getElementById('data_venc').value);… 
- 
		2 votes0 answers714 viewsQ: Error function Barcode.php while Gero PDF with MPDFI’m on a project at the company to send the billet from here in an automatic way to the customers email. The fact is that the layout and the boleto are already working perfectly. The only problem is… 
- 
		2 votes0 answers541 viewsQ: Retractable menu breaks css properties when triggered/* Responsive Mobile Menu v1.0 Plugin URI: responsivemobilemenu.com Author: Sergio Vitov Author URI: http://xmacros.com License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/ */ function… 
- 
		-2 votes3 answers9623 viewsA: Cannot send Session cache Limiter in session_start()Hey guys, all right? Thanks for all your help. After all, the problem was in the background that we were using. I don’t know why, but we made a change in it and the problems disappeared. Thank you… phpanswered Matheus Delatorre 135
- 
		0 votes3 answers9623 viewsQ: Cannot send Session cache Limiter in session_start()I have a file conexao.php that makes the connection with the bank, I include it in all pages of my site using a require_once, right after this beautiful start the session with a session_start(). The… phpasked Matheus Delatorre 135
- 
		4 votes2 answers1001 viewsQ: Find file on serverGood afternoon, I have a PHP file that looks for a txt to take the information and go up the SQL database, but this file is generated by the server here in the company (where my machine is already… 
- 
		1 votes1 answer9997 viewsQ: input date Html5I’ve been looking for Html5 settings for the date attribute to display the date in the format we used in Brazil (dd/mm/yyyy), but it doesn’t seem to have any extra settings for this. In some… html5asked Matheus Delatorre 135
- 
		0 votes1 answer98 viewsQ: Div with float does not adjust the gridI’m developing a website and it should list some specifications of a system. There are several lists of varying heights. Problem: I use the float: left in all lists. I expected the lists to adjust…