Hi Folks,
I wish to create a shell "Menu"
Instead of using bash for my script, I wish to use PHP. Is it possible to run an external program using php, that will interact with the user?
For example, let's say I wanted the php script to run /bin/bash (Just an example), but then when exiting bash, got back to the start of the script (i.e. display the menu again)
Thanks