how to call java function in php using shell_exec() or exec() in windows?
Php didn't give any result when i execute following code
<?php
$output = shell_exec('ls -lart');
echo "<pre>$output</pre>";
?>
is there any configuration for that function shell_() in php.ini?
i am using php5.2.4,apache 2.2.6 version
or
is any method or step to call java function in php?
Start Free Trial