PHP Classes

File: example3.php

Recommend this page to a friend!
  Classes of Piotr Malinski   HTML Friends   example3.php   Download  
File: example3.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: 156 bytes
 

Contents

Class file image Download
<?PHP
include 'html_friends.php';
$a = new html_friends();
echo
$a->floating_window_init();
echo
$a->floating_window_make('text', 1, 100, 100, 100, 150);
?>