/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/test/test4.php
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/test/test4.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:41 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

1 <?php
2
3 include_once("localinc.php");
4
5 function xmp_var_dump($var) {
6 echo "<xmp>";
7 var_dump( $var );
8 echo "</xmp>";
9 }
10
11 $page = new HTMLPageClass("test #4");
12
13 $form_attributes = array( "name" => "myform",
14 "method" => "GET",
15 "action" => $PHP_SELF);
16
17 $form = new FORMtag( $form_attributes );
18
19 $form->push( form_text("test", "testing",15,10) );
20 $form->push( form_button("test", "testing" ) );
21 $form->push( form_submit("test", "testing" ) );
22
23 $page->push( $form );
24
25
26 print $page->render();
27 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed