Answered
PHP Mail: Recordset Field in Message
So I'm just learning to work with PHP in DW C3 and I'm
stumped how to include a field from my recordset in the message.
As you can see, my email message is a typical password reset. I want to include the password in the body of the message here:
$message .="Password: \n";
What's the syntax?
Thank you
As you can see, my email message is a typical password reset. I want to include the password in the body of the message here:
$message .="Password: \n";
What's the syntax?
Thank you