PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Ben Yacoub Hatem   EasyHint   sample.php   Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Sample use of the class
Class: EasyHint
Small class to help you using hints in javascript
Author: By
Last change:
Date: 21 years ago
Size: 345 bytes
 

Contents

Class file image Download
<?php

include ("hint.class.php");
$hint = new hint;
echo
"<html><head>";
$hint->javascript();

echo
"</head><body>";
$hint->div("c'est l'ensemble des produits materiels qui ont un corp physique. exemple : le stylot, la voiture ....","biens","absolute",30,30,187,86,1,"#000000","#66FF00","hidden");

$hint->link("Biens","biens");

?>