Hi,
I know, I've posted a while back, but I still couldn't find any docuuments
on
how PHP and Java interact. I know what I've pulled out of the manual and I
knwo I could also connect via Java Servlet (thx Ray)
but that's just not enough, to satisfy. I mean if I'm using it, I sure want
to
know why it's working and how. To give you an rough idea on what I'm talking
about here is some sampe code:
<?php
  $system = new Java("java.lang.System");
  print "Java version=".$system->getProperty("java.version")." <br>\n";
....

thx I'd really apreciate it as my boss want's an answer, too.

Jan Bro



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to