komquat Posted April 11, 2006 Share Posted April 11, 2006 I am trying to mail me a table from a SQL DB, but it comes up with all the syntax, meaning it looks like this:<table><tr><th>Col 1</th><th>Col 2</th></tr><tr><td>info from table</td><td>info from table</td></tr><tr><td>info from table</td><td>info from table</td></tr><tr><td>info from table</td><td>info from table</td></tr><tr><td>info from table</td><td>info from table</td></tr><tr><td>info from table</td><td>info from table</td></tr><tr><td>info from table</td><td>info from table</td></tr>.....Any ideas?Thanks again Link to comment https://forums.phpfreaks.com/topic/7080-mail-help/ Share on other sites More sharing options...
arifsor Posted April 11, 2006 Share Posted April 11, 2006 Check you mail headers or past your php code here Link to comment https://forums.phpfreaks.com/topic/7080-mail-help/#findComment-25764 Share on other sites More sharing options...
komquat Posted April 11, 2006 Author Share Posted April 11, 2006 I was missing my html info in the headers.I have it working now. Link to comment https://forums.phpfreaks.com/topic/7080-mail-help/#findComment-25906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.