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

 CCS&PHP send mail

Print topic Send  topic

Author Message
Franck
Posted: 08/05/2002, 2:30 AM

i have this code but it doesn't match could someone tells; me what wrong with
any support will be a big help
<?php
//BindEvents Method @1-C8A9C6A3
function BindEvents()
{
global $members;
$members->Insert->CCSEvents["OnClick"] = "members_Insert_OnClick";
}
//End BindEvents Method

function members_Insert_OnClick() { //members_Insert_OnClick @5-35949D28

//Send Email @7-59B11C0D
global $members;
global $username;
$dbinternet = new clsDBdoctorama;
$word = CCGetSession("member_id);
$to = CCDLookUp("email", "members", "member_id='$word'", $dbinternet);
$subject = "Hello";
$message = "here are your informations";
$from = "Doctorama";
$additional_headers = "From: $from\nReply-To: $from";
mail ($to, $subject, $message, $additional_headers);

}


?>
Nicole
Posted: 08/06/2002, 5:18 AM

Frank,
Lets continue the single thread for it as the reported problem is the same.
The second link is: http://www.gotocode.com/disc_viewt.asp?mid=13496

   


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

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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