<?php

//
// This example shows using the key generator
// to produce a key with 10 characters
//

include_once "../keygen.php";

echo 
keygen(10);
echo 
"\n";

?>
<!-- Copyright (c) 2004 ionCube Ltd. -->