Mattias - 2011-04-28 07:46:37
Hi there - I'm pretty unexperienced in classes so i am having troubles finding out how it works.
This code returns nothing:
<?php
include("html_to_doc.inc.php");
$htmltodoc= new HTML_TO_DOC();
$htmltodoc->createDoc("skabelon.html", "test");
?>