When I send an email with with the php function mail(); I can not add HTML to it. If I do it will show the code instead of what it is supposed to do, like if in the email I went
all that would show up was
instead of
hi
so I was wondering how I would get html to work in an email sent with mail()???