<?php
echo "<html><body bgcolor=#ACBDB4>";
echo "<a href=p2_sample.php>back</a>
<br><br><font size=4><pre><b>
*************************************************************
*** Class ‘Power’:
*** by José Giambruno josegiambruno@adinet.com.uy
*** - Generates a multiple of a power of 2 (p2), which allows
*** to retrieve a finite TRUE/FALSE string sequence.
*** - Allows to retrieve a finite TRUE/FALSE string from a
*** number generated by the procedure above.
***
*************************************************************/
*** Application:
*** - Can be applied to dynamic menus, without the need of
*** setting user levels.
*** - For error control in forms or any other type of fields,
*** since errors can be accumulated allowing to propose
*** a correction in one single instance.
*************************************************************/
</pre> ";
?>
|