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 Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/7080-mail-help/#findComment-25906 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.