Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of al dev | > | HTML2php | > | sample.php | > | Download | ||
|
Download |
<?php require_once("html2php.php"); $h2p = new html2php; //print "<h1>cvtflg = ". $cvtflg . " </h1>"; if ($cvtflg == 1) // cvtflg is set in start() { $h2p->file_to_change = $file_to_change; $h2p->convert(); } else $h2p->start(); php?> |