php "shell_exec" how to handle prompts
Hi Ive been tryin to write this php script...to add users in linux....it has 3 fields one for the username and one for the password and one to confirm the password....Ive got no problem with the creation of the username and submitting the first password...the problem is that the system prompts me for password confirmation how can I overcome this problem??
|