I am currently trying to display the output of the HTCondor command "condor_q" in a browser as part of a front-end I am developing. I am working with PHP and have tried echo exec("condor_q"), echo shell_exec() and echo system() with nothing being displayed.
The front-end is running on a single machine using the web server Xampp on Ubuntu 16.04.
I would appreciate it if any has suggestion on how I can resolve this issue
Thanks