<!doctype html public "-//w3c//dtd html 3.2//en">
 
<html>
 
<head>
 
<title>DeaNum2Word example 2</title>
 
</head>
 
<?
 
require_once('numtoword.class.php');
 
$rnd = rand(1,100000000000000)/100;
 
?>
 
<body>
 
<form id="form" name="form" method="post" action="" >
 
<a href=numtoword.class.php?deavalue=<?echo $rnd?>&dealang=en><?echo $rnd?></a>
 
<input type='submit' value='reset' name='reset'>
 
</form>
 
</body>
 
</html>
 
 
 |