To use this class, an example:
The nab->link is needed, the left and right ear and speak can be used, you dont have to have all 3 of them, but you can. It stacks them.
The showpage runs your options and gives the api output, use runpage if you dont want any output.
<?
include("nabaz.php");
$nab=new nabaz();
$nab->link();
$nab->leftear("1");
$nab->rightear("1");
$nab->speak(" What did you do today, you where browsing the internet again right Eric?");
$nab->showPage();
// $nab->runPage();
?>
Give it a try, or improve it, or any idea's are welcome.
Cheers,
Erik