problem with table in my php mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

problem with table in my php mail

Post by adsegzy »

Hello,
am having problem putting a tale in my php table, by the time the receiver received the email, all the table codes will appear raw in the mail. it will even make it worst because the mail wont be readable. how do i do this?

Regards
adsegzy
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: problem with table in my php mail

Post by Jonah Bron »

Go here and scroll down to Example #4; that will show you how to send HTML in an email.

http://php.net/manual/en/function.mail.php
Post Reply