PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Dale Attree   HTML_TO_DOC   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: HTML_TO_DOC
Convert HTML documents to Microsoft Word XML
Author: By
Last change:
Date: 18 years ago
Size: 135 bytes
 

Contents

Class file image Download
<?php
   
include 'html2doc.php';
   
   
$htmltodoc= new HTML_TO_DOC();
   
$htmltodoc->createDocFromURL('http://www.yahoo.com/','test');
?>