CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 send through email the content of a form

Print topic Send  topic

Author Message
LeFrancais
Posted: 09/24/2003, 6:33 AM

Hy,
I have a form: with several fields - a submit button -
when I submit, I fill my database. This action works.
But I want send through email ( to the webmaster) the content of this form.
I try to use "After Insert" Send Mail", it works but don't send all the
content.
is it possible in the message to have all the fields? $message =
$id->TextBox1->GetText();
Is there an another method?

PHP & mySQL
RonB
Posted: 09/24/2003, 10:22 AM

"$id->TextBox1->GetText();"

just put all the content into the mesasge body:

$message=$id->TextBox1->GetValue()."," .$id->TextBox2->GetValue();

etc etc

Ron

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.