It just don't send any error... now, this is odd... =s maybe it's because it's linked with flash... or i'm doing it all wrong...
A friend of mine said to separate
PHP Code:
mail("inesmarques@oninetspeed.pt,jonybigude@gmail.com,cscimoes@cne-escutismo.pt", "Inscricao 4 Ciclo - 2 Encontro", $body, $header);
from the
PHP Code:
$header = "From: " . $_POST['sender_nome'] . " <" . $_POST['sender_mail'] . ">\r\n";
$header .= "Reply-To: " . $_POST['sender_nome'] . " <" . $_POST['sender_mail'] . ">\r\n";
$header .= "X-Mailer: PHP/" . phpversion() . "\r\n";
$header .= "X-Priority: 1\r\n";
and put it in the end, because it was sending the e-mail before the code put the data inside it... i changed, but although it still doesn't work...
Is anyone here who can figure what's wrong with this inscription form????...
Bookmarks