[PHP] Java And PHP

2007-10-27 Thread Gevorg Harutyunyan
Hi, I want to use Java in my PHP scripts. I installed PHP 5.2 on windows. >From extensions I choosed Java plugin. But Java is not working with PHP 5.2. I have Java installed in C:\Porgram Files\Java\ . I tried to give right jvm.dll path correct C:\Porgram Files\Java\JDK\JRE\bin\server\jvm.dll or

Re: [PHP] Java and PHP

2003-11-22 Thread Raditha Dissanayake
hi The same way that you invoke any other system binary with backticks, exec etc like this: `java javasystem -scenario`; NOTE: using java objects directly in PHP is a different kettle of fish altogether, there are some interesting articles on that topic on many web sites including phpbuilder.

[PHP] Java and PHP

2003-11-21 Thread Fredrik
Hi I want to start a java system from a php script, anybody who know how i can do that. Something like this: if(isset($trigger)){ java javasystem -scenario; } Is this possible and how can i do it. -Fred -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

[PHP] Java and php domainname validation

2002-08-16 Thread Manu Verhaegen
Hi, I have write a domain control function in php, the php function will working fine. I have create a simpel form with 2 textboxes and 1 button, i will put in this fields a domainname and the extention like yahoo com if i click on the button, then we want to validate the domainname and th