Posts by Estêvão Silva • 77 points
6 posts
-
0
votes0
answers22
viewsQ: Doubt about templates using MVC
Following the good practices of the MVC model, would it be correct for a template to evoke another template? Or it would be a feature unique to a map or controller?
-
2
votes1
answer21
viewsA: Unexpected Error in PDO class
Missing close a parentheses at the end of the connection string ...VALUES(NULL, :nome, :email, :telefone, :senha, :nascimento)"); FML
-
1
votes1
answer21
viewsQ: Unexpected Error in PDO class
I’m breaking the hook with this code for some time now, it’s the first time I’m using the PDO class of PHP and I’m having an error that I don’t know how to solve. <?php include "conexao.php";…
-
0
votes1
answer31
viewsQ: Unexpected Result in SELECT
I have a SELECT that does Join in three tables, taking order data, requested client, responsible assistant and values related to orders. all the Clientes and Assistentes duplicates in that query are…
-
1
votes1
answer40
viewsQ: Problem with AJAX Request
I’m doing a user login system. When the User makes the form Ubmit the AJAX request is not working and the page switches to login.php JS $("form").submit(function() { if ($("#login_username").value()…
-
3
votes2
answers642
viewsQ: Add CSS attribute when input is selected via Jquery
I’m Making an answer validation application for a particular question, I need that when the <input type="checkbox"> is selected if an attribute is addedbox-shadow to <textarea> of reply.…