-1
votes
1answer
71 views
Launching & controlling application using PHP
I'm trying to launch & control UI automation tool through PHP. I'm able to launch the tool using proc-open but it launches the process in background hence the application doesn't appear on the …
0
votes
4answers
375 views
php - proc_open (or other function that works)
I need to do some command lines through a browser.
What I need to do in a command-line would be:
$login
<login name>
<password>
$passwd
<old password>
<new password>
…
