Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nemanja Avramovic  >  JMBG  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example of usage
Class: JMBG
Validate and extract details from JMBG numbers
Author: By
Last change:
Date: 2009-07-24 10:01
Size: 144 bytes
 

Contents

Class file image Download
<?php

include "jmbg.class.php";

$jmbg = new JMBG();

$jmbg->setJMBG('1010986714994');

echo 
'<pre>';
print_r($jmbg->getInfo());

?>