Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by jonen, Sat Feb 22 21:07:19 2003 UTC | revision 1.4 by jonen, Thu May 6 16:27:17 2004 UTC | |
|---|---|---|
| # | Line 45 $page = new HTMLPageClass("phpHtmlLib Ex | Line 45 $page = new HTMLPageClass("phpHtmlLib Ex |
| 45 | //if you want phphtmllib to render the | //if you want phphtmllib to render the |
| 46 | //output as viewable source code | //output as viewable source code |
| 47 | //then add ?debug=1 to the query string to this script | //then add ?debug=1 to the query string to this script |
| 48 | $page->set_text_debug( $_GET["debug"] ); | if (isset($_GET['debug'])) { |
| 49 | $page->set_text_debug( TRUE ); | |
| 50 | } | |
| 51 | ||
| 52 | ||
| 53 | ||
| 54 | //add the obligitory hello world | //add the obligitory hello world |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |