I am running a java application by passing input from the php interface to the java program. How can I pass output back to the interface once the application has run?. Output is a single string. Anyone have any ideas? Thank you
system() exec()