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... Link to comment https://forums.phpfreaks.com/topic/141187-solved-agent-help-get-a-new-power-point-slide-using-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.