Posts by Samuel Samuel • 9 points
3 posts
-
-4
votes1
answer73
viewsQ: Error index, help me please
I tried everything, I don’t know why you’re making a mistake, PLEASE HELP ME THE MISTAKE IS: ( ! ) Notice: Undefined index: usuario_id in C: wamp64 www full table excluirAdminUserDoador.php on line…
-
1
votes2
answers739
viewsQ: Open page in PHP
I’m trying to open a page with a link inside the other, but it doesn’t load, and apparently everything seems to be ok. <?php //pagina principal echo "<a…
-
-3
votes1
answer37
viewsQ: Php - send e-mail!
I would like to include the $nome and $email in the body of the message, but I’m not getting. <?php // recebe as Variaveis $nome = $_POST[“nome”]; $email = $_POST[“email”]; $emailDonatario =…