ankit.pandey3 -8 Junior Poster in Training
<?php
exec('java -jar/MicroChatServer.jar',$output);
print_r($output);
?>

Hello frds.........
I have chat prg. jar file and I have to integrate this chat in a PHP website uses Wampserver....
I try above code but it display "Array()" instead of execute jar file.

What should I do????
Any idea?????????????//