Posts by Milton Viziak • 51 points
2 posts
-
1
votes1
answer281
viewsQ: phpmailer sends email to myself
<?php require 'funcoes/PHPMailer-master/PHPMailerAutoload.php'; $email = $_POST['email']; $nome = $_POST['nome']; $titulo = $_POST['titulo']; $mensagem = $_POST['mensagem']; $mail = new…
-
4
votes5
answers4870
viewsQ: Question on how to call the function with each mouse button
Guys I have this code but I can’t get each mouse button to call a different function: var tela = document.getElementById("tela"); var c = tela.getContext("2d"); c.strokeStyle = "black";…
javascriptasked Milton Viziak 51