I have a shell script which requires users input ("Please select y/n:" etc.)
I would like this to be executed through a webpage.
Any ideas on how i can do this? I have tried php shell_exec... but it just executes the commands and doesn't prompt for input.
Not sure if this is possible... But any help would be greatly appreciated.
Cheers