PHP Classes

File: example2.php

Recommend this page to a friend!
  Classes of Andrej Bodor   dea num2word   example2.php   Download  
File: example2.php
Role: Example script
Content type: text/plain
Description: example
Class: dea num2word
Spell number with Serbian words
Author: By
Last change:
Date: 14 years ago
Size: 418 bytes
 

Contents

Class file image Download
<!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>