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>
<retype new password>
So, how can I do this using the proc_open function? Or should I use another function to do this?
Thanks