Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-06-14 02:49
Size: 135 bytes
 

Contents

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