Hi,
I have an requirement in my project which is as follows,
I need to send mail to my client from the customer who
needs
infomation from my client's product. I need to append our
web site at
the end of the mail message as a link to our web site...
Here is my sample coding:
$message = $HTTP_POST_VARS['message'];
$message .= "Thanks for using abc.com to select your
criteria";
...
...
mail("example yahoo.com",$message,$from);
I have to set the link only for abc.com out of the whole
message(Message : "Thanks for using abc.com to select
your criteria")
that should be connected to our website
Please let me know your views and ideas to solve my
requirement
Thank you
Dhana
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysql googlegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/phpmysql?hl=en
-~----------~----~----~----~------~----~------~--~---
|