I'm writting a PHP script that will make use of plugins (of a sort).
What I am looking to do is to prompt the user for input on those parameters that are required but were not passed on the command line and do not have default settings.
Granted, if everything is passed on the command line the script works great but that is just for those people who like to batch script everything.
How do I pause and retrieve user input while the script is running?
TIA