You must change this:
$to = "info@flepstudio.org";
with $to = "you@youremail.com";
Hi flep, the php code is;
the same code
$to = "info@flepstudio.org";
$subject = ($_POST['titolo']);
$message = ($_POST['messaggio']);
$message .= "\n\n---------------------------\n";
$message .= "E-mail inviata da: " . $_POST['nome'] . " <" . $_POST['email'] . ">\n";
$headers = "From: " . $_POST['nome'] . " <" . $_POST['email'] . ">\n";
if(@mail($to, $subject, $message, $headers))
{
echo "answer=ok";
}
else
{
echo "answer=error";
}
?>
thanks,
Maruti Kumar
You must change this:
$to = "info@flepstudio.org";
with $to = "you@youremail.com";
Hello there were would i find the english ver of this????
HI,
Have you got an AS2 version of this in English please?
Thanks,
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
Hey Flep. Great tutorial on the Email Form Flash CS3 + PHP. I have a ? In your instructions you said to "Open the EmailForm.as file and change the PHP file?s URL at line 117 and recompile the SWF." I looked through the EmailForm.as file, and line 117 has "name_txt.text='';"
Do you mean change line 134 which has: richiesta.url='http://www.flepstudio.org/utilita/emailForm/inviaMail.php';
or line 206 which has: var url:String='http://www.flepstudio.org/';
Thanks for your help bro.
paplone
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
Thanks Onsitus!
Dear Flep
This is my first post here i always watch your tutorials they are awesome :-)
but here is the thing regarding email form i am totaly lost
Open the EmailForm.as file and change the PHP file?s URL at line 117 and recompile the SWF.
Open the PHP file and change the recipient?s e-mail address at line 2.
Remember to set the PHP file?s permissions to 777.
Please help me coz i am new to this and i need it and couldnot understand what is the 777 and recompile to swf ?
please help thanks
Hi Flep
this is me again , i tried it manytimes and i always get this msg wheni tried to email myself
(errore di sistema, ripova per favore)
which i understand that mean there is an error in the system please try again ..
but can you please tell me what do i need excatly to change ?
thanks Flep
Bookmarks