Does anybody know if there's any sort of support in PHP to execute unix commands from a php page? I'd like to run a script that uses gwak in unix every time a page is hit and take the output from the script and use it in the page. The last two I've accomplished fine (taking the output from the script and including it in the php page to use) but I still have to run the script manually and that's not very useful to me at this point.
Any ideas?
Thanks,
Ali