Monday, February 25, 2013

Create Ms Word File By Php Script

A Fast Way Two Generate Microsoft Word file by php code.Its very easy and nice Script to Generate the dynamic word file by php.Using This Script you have Generate or Download word report by php.

Example Code :

$fp = fopen("amit.doc", 'w+');
$str = "paypal and facebook and google and linkdin hello";
 fwrite($fp, $str);
 fclose($fp);

No comments:

Post a Comment

Thanks....