problem with sending table in php mail
Posted: Thu Oct 14, 2010 5:29 am
I am having problem with sending a table in php mail.
i have searched for help in google.com and forums, but the reply am getting is as below;
or
which i tried but it will always show the table codes in the mail, not making the mail look readable.
what else can i do?
regards
i have searched for help in google.com and forums, but the reply am getting is as below;
Code: Select all
$message="<table>
/*my content will go here*/
</table>";
Code: Select all
$message = '
<html>
<head>
<title></title>
</head>
<body>
<table>/*my content will go here*/</table>
</body>
</html>
what else can i do?
regards