Jump to content

[SOLVED] AGENT HELP : get a NEW power point slide using php ====


aliasneo86

Recommended Posts

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.