Posts by Vinícius Augusto Gimenes • 11 points
3 posts
-
0
votes1
answer85
viewsQ: Send e-mail with attachment in PHP
Hello, I’m using the following code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Enviar e-mail com anexo</title> </head>…
-
-3
votes1
answer876
viewsQ: Enviar Email via PHP
Hello, I’m trying to use this code: <?php $nome = $_POST['nome']; $arquivo = $_FILES["arquivo"]; $assunto = $_POST['assunto']; // Para quem vai ser enviado o email $para = $_POST['email'];…
-
-1
votes1
answer43
viewsQ: INSERTION COMMAND TOGETHER WITH THE PHP TEMPLATE
Good evening, I wonder if there is a way to put the sql commands for insertion in the same form as the inputs. Obrihado! INSERTION FORM <!DOCTYPE html> <html lang="en" > <head>…