PHP Classes

File: html_to_doc_example.php

Recommend this page to a friend!
  Classes of Harish Chauhan   HTML to DOC Converter   html_to_doc_example.php   Download  
File: html_to_doc_example.php
Role: Example script
Content type: text/plain
Description: example
Class: HTML to DOC Converter
Convert HTML into Microsoft Word documents
Author: By
Last change:
Date: 18 years ago
Size: 199 bytes
 

Contents

Class file image Download
<?php
   
include("html_to_doc.inc.php");
   
   
$htmltodoc= new HTML_TO_DOC();
   
   
//$htmltodoc->createDoc("reference1.html","test");
   
$htmltodoc->createDocFromURL("http://yahoo.com","test");
   

?>