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
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.
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.
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
4 matches
Mail list logo