PHP Classes

File: index.php

Recommend this page to a friend!
  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: 14 years ago
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());

?>