Saturday, January 2, 2010

Php Report How Can I Get A Php Page To, When I Submit Create A Report And Send It To A Specific Email?

How can i get a php page to, when i submit create a report and send it to a specific email? - php report

I have a form that is a load of text boxes and some dropdown menus, etc.. But if you send the form that I want to automatically generate a report with the details and then send a specific e-mail address.

Is there a code that can do that or ...?

Thank you x

2 comments:

just "JR" said...

ot,;
$ Headers = "From:". $ Email. "\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ R \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ n";
$ Subject = "Registration";
$ Name = $ msg. "It is a way sumitted! \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ R \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ n";
$ Msg .= "pwd". $ Pwd. "\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ R \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ n";
$ Msg .= "Email:". $ Email. "\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ R \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ n";
... Insert here OTHER DATA
mail ($ to, $ subject, $ msg, $ headers);
echo ( "Mail will be processed.");
?>
\\ \\ \\ \\ \\ \\ \\ \\ U0026lt; / body>
\\ \\ \\ \\ \\ \\ \\ \\ U0026lt; / html>

Doug V said...

http://www.phpeasystep.com/phptu/8.html

Post a Comment