I am trying to work out how to execute the system function and keep the results in a string without writing it to a temp file. Can anyone please help? Every example I have googled uses one??
(Also, what happens if the function I run requires admin rights to execute?)
Thanks. I actually just found this and read it. Very informative!
The thing is, I am making something which is reliant on running third party tools.
I want to create a program with menus which can execute commands against virtualbox on a headless server. I know I could use the php client but I wanted to include some functions which aren't available using the GUI.
ive never needed to use third party applications so i didnt even know about it until you mentioned it so idk if thats any good but you probably did research. i just know that system is horrible