IT Community - Software Programming, Web Development and Technical Support

export to word file using PHP?

This is a discussion on export to word file using PHP? within the PHP Programming forums, part of the Web Development category; generally we are exporting excel or csv file, here i want to do the same process in ms word document....


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-18-2007, 12:20 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post export to word file using PHP?

generally we are exporting excel or csv file,
here i want to do the same process in ms word document.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-18-2007, 04:47 AM
saravanan saravanan is offline
D-Web Sr.Programmer
 
Join Date: Jul 2007
Posts: 181
saravanan is on a distinguished road
Default Re: how can export to word file using PHP?

hai it is very simple please run these simple program
In the test.php type these coding
<a href="export.php">click here</a>
and save it after open the new page and save the file name as export.php
in the export.php file type this coding
<?php
$vExcelFileName="export". ".doc";
header("Content-type: application/x-ms-download"); //#-- build header to download the excel file
header("Content-Disposition: attachment; filename=$vExcelFileName");
header('Cache-Control: public');
echo "hai";
?>

so if u click the (click here) link in test.php means one window will open for open or saving the document file.
in the document file with the words (hai).


if u need to expotr the details to excel sheet means change the extension
for example
$vExcelFileName="export". ".xls";

thank u....................
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Export table values into excel oxygen C# Programming 2 03-18-2008 02:13 AM
Export Lightroom Plugin kingmaker C# Programming 3 11-29-2007 06:41 AM
How do we import or export data in MySql Jeyaseelansarc Database Support 8 08-17-2007 07:25 AM
How can we import and export using BCP utility in SQL? oxygen Database Support 1 07-26-2007 04:33 AM
How to convert a word document/text document/PDF file into an image file? kingmaker C# Programming 0 07-16-2007 11:23 PM


All times are GMT -7. The time now is 03:09 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0