Posts by Wesley Roberto • 53 points
7 posts
- 
		0 votes4 answers13696 viewsA: Display message and hide in a few secondsIf it is in Bootstrap you can use the window.setTimeout. It’s a lot easier. Hug! <div class="alert alert-success" role="alert"> <button type="button" class="close" data-dismiss="alert"… 
- 
		-1 votes1 answer58 viewsQ: Running time (Calculating dates) - Coming from the DatabankSomeone could help me find what is wrong when calling the date of the database in the function, I am also attaching a print: On the left the actual value of the last access and on the right would be… 
- 
		0 votes1 answer70 viewsQ: Convert time obtained by the database from ("Y-m-d H:i:s"); to ("Y-m-d-H-i-s");In this case how I can convert without using the method DATE_FORMAT(data_access, '%Y-%m-%d-%H-%i-%s') in SELECT <?php $resul_ult_aces = "SELECT as data_acesso FROM adms_ultimos_acessos WHERE… 
- 
		2 votes1 answer84 viewsQ: Connect time counter with the datetime of the databaseGuys I’m with this script but I can not connect to the database at all, please help me?? is working perfectly this way, more precise pull the date from the database. Is returning these errors: Fatal… 
- 
		0 votes2 answers73 viewsQ: How to insert data into Msqli database using current dateHow I can enter the data into the database using the current date of Brazil and not the hour of USA? Code: $result_cad_user = "INSERT INTO adms_usuarios (nome, email, usuario, senha, $campo_foto… 
- 
		0 votes2 answers80 viewsQ: Converting PHP Data to pt_br formatHow I can convert the date of 2019-02-22 for the Brazilian format 22/02/2019? $data_atual = date('d-m-Y H:i:s'); date_default_timezone_set('America/Sao_Paulo'); $data_ult_aces =… 
- 
		1 votes2 answers80 viewsQ: Project Search PHPI have the following lines of a Search Project using the GET method I am trying to implement a second field in INPUT more unsuccessfully :( Someone please help me insert a new field so that the…