hi,
anybody knows how to read a doc file using php
read a dochow to read a doc file using php
Page 1 of 1
1 Replies - 1255 Views - Last Post: 27 April 2010 - 01:52 AM
Replies To: read a doc
#2
Re: read a doc
Posted 27 April 2010 - 01:52 AM
A number of functions are available in PHP for reading file contents. One of them is shown below-
<?php
$contents=file_get_contents("a.doc");
echo $contents;
?>
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|