Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-02-19 08:08
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'));
?>