How to....PHP
How to....PHP
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- 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.