How to....PHP
- Started
- Last post
- 14 Responses
- blingbling10
alright guys,
need a little help here... how do i set up a php script for an email form in flash with the 3 inputs as name, email, and details?Any help would be great!
Thanks
- unknown0
complete flash php mailforms here:
- blingbling100
someone check this:
- blingbling100
ok i guess it wont work
- blingbling100
could someone write me a script?
- gravityroom0
Can we do you laundry or dishes while we're at it?
- unknown0
blingbling just upload the thing to your CGI-bin dude, are you nutz? Haaa, haa, yeah can I wash yor feet, go and find one man.
- unknown0
that is so easy it isn't even funny, even easier than making a form in basic HTML.
- unknown0
ok, sorry for sure http://www.flashkit.com has it I have used it before for client work.
- 8dot30
$ToEmail =
$ToName = "Ryan Sprake";
$ToSubject = "PORTFOLIO RESPONSE";
$EmailBody = "Sent By: $FirstName
Email: $Email
Location: $CompanyMessage:
$ToComments
";
$EmailFooter="
This message was sent by: $FirstName from $REMOTE_ADDR";$Message = $EmailBody.$EmailFooter;
mail($ToName." ", $ToSubject, $Message, "From: ".$FirstName." ");
this is what i used frmo flashkit before i learned php. its not hard, flash is pretty much an extension of it. just post your vars from flash using getURL.
- Ctrl_Z0
haha wow this is just amazing.
I'll be posting client work up here from now on.
if anyone would be so kind as to do it for me.
thanks!
- Ctrl_Z0
I figure I would post after,
to let the smart folks in on that I was joking.I don't want to see posts like
'damn you Ctrl_Z! I will get my buddy and flatten your ass like we did to Moby!'
- 8dot30
well, it would be easier for him to actually look for the flash file with the php on flash kit or one of the other 1000 open source sites like people suggested. but i just used that script so it was allready open and i was feeling generous i guess.
it actually could use a bit of re working, does someone want to write that for me? :)