Hej Forum, i've a big problem!
I must start from PHP a shell command.
In particular the java command.
If i run only the command "java" ex:
system("/usr/bin/java/jdk1.1.3/bin/java") i can see the results.
If i append to the command few parameter ex:
system("/usr/bin/java/jdk1.1.3/bin/java -version") i don't see any results.
Why?
Can anyone help me please?
Thank's
ged
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

