Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Email form

This is a discussion on Email form within the FlepStudio utilities forums, part of the Tutorials category; Originally Posted by Flep Hi maruti, let me see the PHP you are using please. Hi flep, the php code ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 05-06-08, 11:20
Junior Member
 
Join Date: Jun 2008
Posts: 2
Rep Power: 0
maruti kumar is on a distinguished road
Re: Email form

Quote:
Originally Posted by Flep View Post
Hi maruti,
let me see the PHP you are using please.
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 05-06-08, 14:30
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Email form

You must change this:
$to = "info@flepstudio.org";

with $to = "you@youremail.com";
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 15-06-08, 22:25
Junior Member
 
Join Date: Apr 2008
Posts: 2
Rep Power: 0
richmann is on a distinguished road
Re: Email form

Hello there were would i find the english ver of this????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 27-06-08, 14:50
Junior Member
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
owennicol is on a distinguished road
Re: Email form

HI,

Have you got an AS2 version of this in English please?

Thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 27-06-08, 21:19
Onsitus's Avatar
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,012
Rep Power: 3
Onsitus is on a distinguished road
Re: Email form

Quote:
Originally Posted by owennicol View Post
HI,

Have you got an AS2 version of this in English please?

Thanks,
I don't think so. Flep only works in actionscript 3.0!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #16 (permalink)  
Old 02-07-08, 02:19
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
paplone is on a distinguished road
Re: Email form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #17 (permalink)  
Old 02-07-08, 08:09
Onsitus's Avatar
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,012
Rep Power: 3
Onsitus is on a distinguished road
Re: Email form

Quote:
Originally Posted by paplone View Post
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
Ciao,

yes line 134 which has: richiesta.url='http://www.flepstudio.org/utilita/emailForm/inviaMail.php'; would the line to change the url to the php file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #18 (permalink)  
Old 02-07-08, 15:21
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
paplone is on a distinguished road
Re: Email form

Thanks Onsitus!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #19 (permalink)  
Old 06-07-08, 18:47
Junior Member
 
Join Date: Oct 2007
Posts: 3
Rep Power: 0
dunya is on a distinguished road
Re: Email form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #20 (permalink)  
Old 06-07-08, 19:40
Junior Member
 
Join Date: Oct 2007
Posts: 3
Rep Power: 0
dunya is on a distinguished road
Re: Email form

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email Form PRO Flep Utilità di FlepStudio 49 28-11-08 11:33
Email Form PRO Flep FlepStudio utilities 36 25-11-08 14:36
Email form con Flash CS3 e PHP Flep Utilità di FlepStudio 109 11-11-08 11:14
[email form pro] swf dentro un swf kenzo AIUTO utilità free 1 27-07-08 19:44
mod email form teonji AIUTO utilità free 1 25-07-08 13:02


All times are GMT. The time now is 19:13.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406