How to send mail when a variable is not passed in msgHTML()

I have a faced this problem when i was integrating SMTP mail for first time. Then after lots of attempt i got success in sending form value with variable in msgHTML(). Therefore, I thought to share this successful attempt with all programmers. I have shown below how to send variable in msgHTML(). Let us see … Read more

Categories PHP

Solved: Cannot modify header information-headers already sent by

PHP Warning: Cannot modify header information – headers already sent by Solution : PHP Warning: Cannot modify header information – headers already sent by Why these problem generally occurs when a php developer try to code. Let us moving to to details we are going to discuss why these issue occurs. Blank lines between ?> … Read more