hallo
php version 4.0.6
orbit modul 20000902
had the plan to crate a random number
with the instuction from www.random.org
put the idl in the idl directory,
creating a corba object
the browser shows "site is not present..."
but it responds on a worng ior with "can't fin object".
code:
<?php
$ior='IOR:00000000...';
$obj = new OrbitObject ($ior);
$test = $obj->lrand48();
echo "<br><br>Ergebnis: ".$test;
?>
can somone help me ?
thanks