On Tue, Jun 26, 2001 at 12:13:28PM -0700, Richard Kurth wrote:
> I have a function that is for sending an e-mail to the customer
This is probably where your problem is. $hostname, $domain, $tld,
and $fullname have to be defined in the function. Try echoing them
inside of the function. You shou
I have a function that is for sending an e-mail to the customer
the messages is stored in a mysql table. Then when the function is
called it pulls the data into the mail program. My problem is this
in the data that is stored in the table the data looks like this
"Your webhosting account at $hostna
> $subject =$row["msub"]; //"Your webhosting account at
> $hostname.$domain$tld";
> $message .= $row["mline1"]; //"Dear $fullname,\n";
>
> $message .= $row["mline2"];//"Your webhosting account has been
> created. Please use the\n";
> $message .= $row["mline3"];//"following data to log in:\n";
> No
I have a function that is for sending an e-mail to the customer
the messages is stored in a mysql table. Then when the function is
called it pulls the data into the mail program. My problem is this
in the data that is stored in the table the data looks like this
"Your webhosting account at $hostna
4 matches
Mail list logo