I am trying to interact with a command I am executing using exec.
The system receives parameters, but then prompts for one more...
Does anyone know a way PHP can allow me to send these second parameters?
I tried using exec a second time sending it the new parameter, but this, of course, does not work...