aliasneo86 Posted January 17, 2009 Share Posted January 17, 2009 Hi all, i have used the header code to get a php report as a power point file. I have one little help that I need that is to make a new power point slide. here is my code below if some one can help me thank you in advance. <?php header("Content-Type: application/vnd.ms-powerpoint"); print '<table border="1"><tr><td><b>field1</b></td><td><b>field2</b></td></tr>'; print '<tr><td>value1 </td><td bgcolor="#137799">'."$x".'</td></tr></table>'; ?> alias... Quote Link to comment 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.