Ecco il mio codice dove devo inserire le variazioni?
Scusate sono proprio...neo...neo...neofita.
Grazie.
-------------------------------------
Codice PHP:
<?
include "config.php";
if ($f_name <> "" and $f_mail <> "" and $f_message <> "") {
mail("$email", "$subject", "From: $f_name\nMail: $f_mail\nMessage:\n\n$f_message");
$msg = "Il vostro messaggio è stato inviato, grazie.";
} else {
$msg = "Tutti i campi sono obbligatori, tornare indietro e completare il form.";
}
?><style type="text/css">
<!--
body,td,th {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
}
body {
background-color: #FFFF00;
}
-->
</style>
<p><? echo $msg; ?></p>
------------------------------
Edit swedenfox inserite tag php