ramli Posted July 11, 2007 Share Posted July 11, 2007 Hello, I want to send data using the mailfunction of php. this is de data and code <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td> #InvoiceIncomeName# <BR /> #IncomeAdress# <BR /> #IncomeZipcode# #IncomeLocation#<BR /> <BR /> </td> <td width='200' align='right'><table cellpadding='0' cellspacing='0'> <tr> <td> #CompanyName# #CompanyType#<BR /> #CompanyAdress# <BR /> #CompanyZipcode# #CompanyLocation#<BR /> <BR /> </td> </tr> </table></td> </tr> </table> <BR /> <BR /> <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td> #LangInvoiceDate#: #InvoiceDate# </td> <td align='center'> #LangIncomeID#: #IncomeID# </td> <td align='right'> #LangID#: #InvoiceID# </td> </tr> </table> <BR /> <BR /> <table width='100%' cellpadding='0' cellspacing='0'> <tr> <td>#RuleRule#</td> <td>#RuleName#</td> <td>#RuleDescription#</td> <td>#RuleCostUnit#</td> <td>#RuleNumbers#</td> <td>#RuleTotal#</td> </tr> <!-- Start Border --> <tr> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> </tr> <!-- End Border --> <tr height='10'> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <!-- Spacer --> #Rules# <tr height='10'> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <!-- Spacer --> <!-- Start Border --> <tr> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> <td style='border-top: 1px black solid;'> </td> </tr> <!-- End Border --> <tr height='10'> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <!-- Spacer --> <tr> <td></td> <td></td> <td></td> <td></td> <td>#LangTax#</td> <td>#TotalTax#</td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td>#LangSubtotal#</td> <td>#TotalSum#</td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td style='border-top: 1px black solid;' >#LangTotal#</td> <td style='border-top: 1px black solid;'>#TotalTotal#</td> </tr> </table> <BR /> <BR /> The processor $view = "MIME-Version: 1.0\r\n"; $view .= "Content-type: text/html; charset=iso-8859-1\r\n"; $view .= "From: $frommail"; $message = "$text"; echo($text); mail($email, $subject, $message, $view); For some reson it edits my data to create small error like removing a tag from a td or removing the p from px in the style. I cant think of a logical reson wy this is happening maby u can help me. Any help is welcom. Thax in advance. Link to comment https://forums.phpfreaks.com/topic/59538-solved-mail-error-my-mailfunction-distorts-data/ Share on other sites More sharing options...
ramli Posted July 11, 2007 Author Share Posted July 11, 2007 Moderator pleace remove Link to comment https://forums.phpfreaks.com/topic/59538-solved-mail-error-my-mailfunction-distorts-data/#findComment-295872 Share on other sites More sharing options...
teng84 Posted July 11, 2007 Share Posted July 11, 2007 whats the error? Link to comment https://forums.phpfreaks.com/topic/59538-solved-mail-error-my-mailfunction-distorts-data/#findComment-295874 Share on other sites More sharing options...
ramli Posted July 12, 2007 Author Share Posted July 12, 2007 Thax for responding the problem is solved i have alredy asked the moderator to remove the topic Link to comment https://forums.phpfreaks.com/topic/59538-solved-mail-error-my-mailfunction-distorts-data/#findComment-295892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.