PHP Classes

File: example1.php

Recommend this page to a friend!
  Classes of Piotr Malinski   HTML Friends   example1.php   Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: Example file
Class: HTML Friends
PHP wrapper to use dhtmlgoodies.com DHTML widgets
Author: By
Last change:
Date: 18 years ago
Size: 218 bytes
 

Contents

Class file image Download
<?PHP
include 'html_friends.php';
$a = new html_friends();
echo
$a-> order_list_init();
$ar = array('foo1' => 'Foo1', 'foo2' => 'Bar', 'foo3' => 'Something', 'foo4' => 'Barrr');
print_r($a->order_list($ar, 'Save'));
?>